/* 代码提供：时代Java 分享学习 nowjava.com */
.garagedoor a:active, .under_header a:active, .header a:focus, .under_header a:focus {
	outline: none;
	-moz-outline-style: none;
}
.garagedoor img {
	border: 0px;
	display: block;
}
.item .mouse {
	height: 80px;
	width: 100px;
	margin:0;
	padding:0;
	border:0;
	display:block;
	left:0;
	position:absolute;
	cursor:pointer;
	top:0;
}
.item .mouse img {
	height: 80px;
	width: 100px;
	margin:0;
	padding:0;
}
.item {
	height: 80px;
	width: 100px;
	color: black;
	overflow:hidden;
	display:block;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	background-repeat:no-repeat;
	text-decoration: none;
}
.item .underlay {
	padding: 10px;
	padding-top: 30px;
	color: black;
	position:absolute;
	left:0px;
	top:0px;
}
.item .overlay {
	height: 80px;
	width: 100px;
	margin:0;
	padding:0;
	border:0;
	left:0;
	position:absolute;
	top:0;
}
 /* 代码提供：时代Java 分享学习 nowjava.com */