body { behavior: url("csshover3.htc") }

div#slidebox {
	position:relative;
	width:560px; height:300px;
	overflow:hidden;
	background:url(/images/shadow.png) no-repeat bottom left;
}

div#box {
	position:absolute; left:0px;
	width:1120px; height:280px;
	margin:0; padding:0;
}
div#box div {
	float:left; display:inline;
	width:560px; height:280px;
	overflow:hidden;
}

div#tab {
	position:absolute; bottom:20px;
	margin:0; padding:0;
	width:560px; height:35px; line-height:35px;
	overflow:hidden;
	text-align:center;
}
div#tab a img {
	width:101px; height:27px;
	margin-top:8px;
	border:none;
}
div#tab a img:hover {
	width:129px; height:35px;
	margin-top:0;
}