.productshow{
	width:1000px; margin:0 auto; padding-top:95px;
	position:relative;
	text-align:center;
}
.productshow .scrollcontainer{
	width:900px;
	height:139px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:20000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:180px;
	height:139px;
	text-align:center;
}
.productshow .scrollcontainer li.last{
	background:none;
}
.productshow .scrollcontainer li div{
	height:108px; background:#fff;
	width:130px;
	overflow:hidden;
	text-align:center; margin:0 auto
}
.productshow .scrollcontainer li div img{ width:122px; height:100px; padding:3px; border:1px solid #ddd}
.productshow .scrollcontainer a:hover img{
	
}
.productshow .scrollcontainer li p{
	margin:0;
	line-height:32px;
}

a.abtn{
	position:absolute;
	top:124px;
	display:block;
	height:41px;
	width:41px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../img/aleft.png);
}
a.aleft{
	left:1px;
}
a.agrayleft{
	cursor:default;
	background-position:-12px center;
}
a.aright{
	right:1px;
	background:url(../img/aright.png);
}
a.agrayright{
	cursor:default;
	background-position:-18px center;
}