
/*代码整理：www.juheweb.com */
/* 本例子css */.scrollBox{ width:1300px; padding:10px;border-top:1px solid #fff; position:relative; }
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:1200px;}
.scrollBox {position:relative;overflow:hidden;zoom:1;}

.pic-1{ width:245px; border:1px #CCC solid; float:left; text-align:center; margin-right:10px;}
.pic-1:hover{ border:1px #F00 solid;}
.pic-1 img{ width:245px; height:241px; display:block; margin:0 auto;}
.pic-1 span{ height:44px; line-height:44px; color:#4b4b4b; background:#f2f1f1; display:block; font-size:14px;}
.pic-1 a:hover span{ background:#cd130a; color:#fff;}

.scrollBox .piclist li{float:left; display:inline; width:245px;background:#fff;border:1px solid #c9bea9;margin-right:10px;padding:5px;}
.scrollBox .piclist li span{ width:245px;line-height:40px;background:#f2f1f1; display:block; }
.scrollBox .piclist li span a{ line-height:40px; color:#666; font-size:12px;}
.scrollBox .piclist li a:hover span{ background:#F00; color:#FFF;}
.scrollBox .pageBtn span{ background:url(../images/bntBg.png) no-repeat; display:block;width:37px;height:59px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.scrollBox .pageBtn .prev{left:60px;background-position:-11px -84px ;margin-top:35px;}
.scrollBox .pageBtn .next{right:60px;background-position:-53px -84px ; margin-top:35px;}
.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 600px; }
.scrollBox .pageBtn .list li{ background:url(../images/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden; }
.scrollBox .pageBtn .list li.on{background-position:-114px -57px; }
