@charset "gb2312";
/**
*   Made by cgq
**/

/*index.html==========================*/
ul{ margin:0px; padding:0px;}
ul li{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
.product_scroll{padding:20px 20px 0 20px; position:relative;}
.product_scroll_inner{overflow:hidden;}
.product_scroll ul{ width:280px; float:left;overflow:hidden; }
.product_scroll ul li{ border:1px solid #e3e3e3; overflow:hidden; height:auto; margin-left:30px;opacity:1;filter(alpha=100)}
.product_scroll ul li .img{ width:260px; height:150px; padding:2px; border:1px solid #CCC; overflow:hidden; float:left; text-align:center;}
.product_scroll ul li .text{line-height:30px; overflow:hidden; white-space:nowrap;background:none;text-align:left;}
.product_scroll ul li .text ul li{ width:850%; text-align:left; margin:0px; border:none; border-bottom:1px dashed #CCC; padding-left:5px; font-size:12px;}
.product_scroll ul li .text a{ color:#000;text-decoration: NONE}
.product_scroll ul li:hover{ border:1px solid #09F;opacity:0.8;filter(alpha=30)}
.product_scroll .btn_l, .product_scroll .btn_r{ display:block; width:20px; height:65px; background:url(../images/roll.png) no-repeat 0 0; position:absolute; top:120px; cursor:pointer;}
.product_scroll .btn_l{ left:0;}
.product_scroll .btn_r{background:url(../images/roll.png) no-repeat right 0; right:0;}
.product_scroll li a{ line-height:22px;text-decoration: NONE}
 