
/* 本例子css */.scrollBox{ width:1000px; position:relative;margin:0 auto;margin-bottom:15px;}
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:900px;margin:0 auto;}
.scrollBox {position:relative;overflow:hidden;zoom:1;}
.scrollBox .piclist li{float:left; width:180px;height:105px;}
.scrollBox .piclist li a {display:block;width:180px;height:105px;}


.scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center; }
.scrollBox .pageBtn span{display:block;width:40px;height:105px;position:absolute;top:0;cursor:pointer;text-indent:-999em;overflow:hidden; }

.scrollBox .pageBtn .prev{left:0px;background:url(./pre.jpg) no-repeat center center;}
.scrollBox .pageBtn .next{right:0px;background:url(./next.jpg) no-repeat center center;}
.scrollBox .pageBtn .prev:hover {background:url(./pre_hover.jpg) no-repeat center center;}
.scrollBox .pageBtn .next:hover {background:url(./next_hover.jpg) no-repeat center center;}


.scrollBox .pageBtn .list{display:none;overflow:hidden;zoom:1;margin:10px 0 0 413px; }
.scrollBox .pageBtn .list li{ background:url(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 }