/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
.picbox img{ border:none; width:220px; height:220px;}
a{ color:#6cf;}
a:hover{ color:#84B263;}
.box{ width:100%; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1000px; height:260px; overflow:hidden; position:relative; margin:0px auto;}
.piclist{ height:260px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; margin-right:20px; padding:5px 5px 35px 5px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:60px; height:55px; background:url(../images/icon.png) no-repeat; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:5px -55px; left: 24px; top:100px;}
.og_next{ background-position:0 0; right: 44px; top:100px;}
.box span{color:#000; display:block; width:100%; text-align:center; font-size:14px;}
.box span:hover{color:#5cc463;}