/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}

.box{ width:915px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:915px; height:70px; overflow:hidden; position:relative;}
.piclist{ height:70px;position:absolute; left:0px; top:4px}
.piclist li{ background:#C0C0C0; margin-right:12px; padding:1px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:10px; z-index:99;cursor:pointer;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:8px;}
