@charset "utf-8";
/* CSS Document */
a.abtn{
	position:absolute;
	display:block;
	height:23px;
	width:12px;
	overflow:hidden;
	text-indent:-20000px;
}
a.aleft{
	right:46px;
	background:url(btn_left.jpg) left top no-repeat;
}
a.agrayleft{
	cursor:default;
	background:url(btn_left.jpg) left top no-repeat;
}
a.aright{
	right:0px;
	background:url(btn_right.jpg) left top no-repeat;
}
a.agrayright{
	cursor:default;
	background:url(btn_right.jpg) left top no-repeat;
}


.productshow{
	width:640px;
	height:475px;
	padding:0px;
	margin:16px auto;
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.productshow .scrollcontainer{
	width:640px;
	height:452px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	
}
.productshow .scrollcontainer ul{
	width:18900px;
	position:absolute;
	left:0px;
	top:0px;
	height:452px;
	margin:auto;padding:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:100px;
	margin:0 30px 11px 30px;
	height:102px;
	text-align:center;
}
.productshow .scrollcontainer li .tit{line-height:27px;height:27px;font-size:14px;color:#656565;text-align:left;}
.productshow .scrollcontainer li img{
	width:100px;
	height:75px;
}