﻿a.abtn {
	display:block;
	height:185px;
	width:27px;
	overflow:hidden;
	background:url(../images/arrow3.png) no-repeat 0px 50%;
}
a.aleft {
	float:left;
}
a.agrayleft {
	cursor:default;
	background-position:-54px 50%;
}
a.aright {
	float:right;
	background-position:-27px 50%;
}
a.agrayright {
	cursor:default;
	background-position:-81px 50%;
}
.scrolltitle {
	height:24px;
	font-size:14px;
	width:720px;
	border-bottom:solid 1px #ddd;
	margin:0px auto 0px auto;
}
.scrolllist {
	width:720px;
	margin:0 auto;
}
.scrolllist .imglist_w {
	width:645px;
	height:178px;
	overflow:hidden;
	float:left;
	position:relative;
	margin-left:15px;/*必要元素*/
}
.scrolllist .imglist_w ul {
	width:20000px;
	position:absolute;
	left:0px;
	top:0px;
}
.scrolllist .imglist_w li {
	width:185px;
	float:left;
	margin-right:30px;
	text-align:center;
	border:solid 1px #ddd;
}
.scrolllist .imglist_w li img {
	padding:2px;
}
.scrolllist .imglist_w li a {
	color:#666666;
	text-decoration:none;
	display:block;/*将其变为块装*/
	line-height:32px;
	text-align:center;
}
.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;
}
