div#slidebox2 {
	position:relative;
	width:980px; height:200px;
	overflow:hidden;
	
}

div#box2 {
	position:absolute; left:0px;
	width:1960px; height:200px;
	margin:0; padding:0;
}
div#box2 div {
	float:left; display:inline;
	width:980px; height:200px;
	overflow:hidden;
}

div#tab {
	position:absolute; bottom:0px;
	margin:0; padding:0;
	width:980px; height:80px; line-height:100px;
	overflow:hidden;
	text-align:center;
}
div#tab a img {
	width:980px; height:40px;
	margin-top:0px;
	border:none;
}
div#tab a img:hover {
	width:980px; height:13px;
	margin-top:0;
}