/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#6cf;}
a:hover{ color:#84B263;}
.box{ width:1090px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1090px; height:300px; overflow:hidden; position:relative;}
.piclist{ height:300px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; margin-right:15px;padding: 5px; float:left;}
.swaplist{ position:absolute; left:-3300px; top:0px}
.prev,.next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:60px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.prev{ background-position:0 -60px; left:4px;}
.next{ background-position:0 0; right:4px;}



.picScroll-left{ width:100%;  overflow:hidden; position:relative;    }
.picScroll-left .hd{ overflow:hidden;  padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{  width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:90px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.picScroll-left .hd .prev{ background-position:0 -60px; left:4px;  }
.picScroll-left .hd .next{ background-position:0 0; right:3px; }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; 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:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin-left:15px; float:left; _display:inline; overflow:hidden; text-align:center;border:1px solid #ccc; }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }