/* 本例子css */
.picScroll-top{ margin:0 auto; position:relative;   }
.picScroll-top .hd{  height:30px; padding:0 10px;  }
.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer;  }
.picScroll-top .hd .next{background:url("../images/li_xia.png");background-size: 100% 100%;width:30px;height:30px;margin-right:0px;  }
.picScroll-top .hd .prev{background:url("../images/li_shang.png");background-size: 100% 100%;width:30px;height:30px;margin-right:15px; }
.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-top .hd ul li.on{ background-position:0 0; }
.picScroll-top .bd{    }
.picScroll-top .bd ul{ zoom:1; }
.picScroll-top .bd ul li{ text-align:center; zoom:1; }
.picScroll-top .bd ul li .pic{ text-align:center; }
.picScroll-top .bd ul li .pic img{  display:block;  padding:2px;width:695px;margin-left:-30px;margin-top:5px;margin-bottom:5px; }
.picScroll-top .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-top .bd ul li .title{ line-height:24px; }
.tempWrap{
	width:600px !important;
}