a.abtn {
	display: block;
	height: 200px;
	width: 60px;
	overflow: hidden;
	background-image: url(../images/mainArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.aleft {
	float: left;
	background-position: -148px center;
}
a.agrayleft {
	cursor: default;
	background-position: -10px 50%;
}
a.aright {
	float: right;
	background-position: -210px 50%;
}
a.agrayright {
	cursor: default;
	background-position: -72px 50%;
}
.scrolllist {
	width: 980px;
	height: 250px;
	margin: 0 auto;
}
.scrolllist .imglist_w {
	width: 855px;
	height: 250px;
	overflow: hidden;
	float: left;
	position: relative;/*必要元素*/
}
.scrolllist .imglist_w ul { width: 20000px; position: absolute; left: 0px; top: 0px; }
.scrolllist .imglist_w li {
	width: 193px;
	float: left;
	padding: 0 10px;
}
.scrolllist .imglist_w li img { padding: 2px; border: solid 1px #ddd; }
.scrolllist .imglist_w li a { color: #3366cc; text-decoration: none; float: left; }
.scrolllist .imglist_w li a:hover img { filter: alpha(opacity=86); -moz-opacity: 0.86; opacity: 0.86; }
.scrolllist .imglist_w li p { height: 48px; line-height: 24px; overflow: hidden; float: left; }
#s2 { width: 214px; }
#s2 .imglist_w { width: 176px; }
#s2 .imglist_w ul { height: 20000px; width: auto; position: absolute; left: 0px; top: 0px; }
#s2 .imglist_w li { float: none; }
