
.productListBg{
	width:100%;height:140px; background-color:#FDEAC4;
	filter:alpha(opacity=80);/* IE 透明度20% */
	-moz-opacity:0.8; /* Moz FF 透明度20%*/
	opacity: 0.8; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
	font-size:10px;
}
.productLi{width:725px;height:140px; margin:0px auto;}
.productPre,.productNext{width:20px;height:78px;margin-top:31px;display:inline;}
.productPre{float:left;background:url(../images/left.png) no-repeat 0px 0px;}
.productNext{float:left;background:url(../images/right.png) no-repeat 0px 0px;}
.productContent{float:left;width:665px;height:140px;margin:0px 8px;display:inline-block;overflow:hidden;}
.productContent ul li,.productContent ul li.current{
	float:left;width:150px;height:120px;padding:10px 4px;overflow:hidden; cursor:pointer;
	margin:0 4px; display:inline-block;
}
.productContent ul li img{width:150px;height:120px;}
.productContent ul li.current{background:url(../images/productListBg.png) 0px 0px no-repeat;}

