/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/22px;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }

/* 本例子css */
.picScroll-left{ overflow:hidden; position:relative;  border:1px solid #eddab9; height:810px ; width:198px  }
.picScroll-left .hd{ overflow:hidden;  height:15px; padding:2px;  } /*background:url("../images/top_title01.jpg") no-repeat;*/
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:3px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-100px 0; }
.picScroll-left .hd .nextStop{ background-position:-100px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:3px; zoom:1; }
.picScroll-left .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-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:2px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left;  overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; width:195px; margin:3px 0 0 0}
.picScroll-left .bd ul li .pic img{ height:190px;width:190px; display:block;  padding:1px; border:1px solid #eddab9; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ width:100%; line-height:24px;  text-align:center; float:left;  }
