/* 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:700px;position:relative; margin-top:50px; overflow:hidden; _height:100%;}
.picbox{ width:700px; height:240px; overflow:hidden; position:relative;}
.piclist{ height:240px;position:absolute; left:0px; top:0px}
.piclist li{ /*margin-right:20px;*/ padding:5px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:33px; height:62px; background:url(../image/icon.png) no-repeat; background:url(../image/icon.png) no-repeat\9; position:absolute; top:50px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 8px; left:0px;}
.og_next{ background-position:-34px 0; right:0px;}
