/* CSS Document */
.box{ width:990px; margin:0 auto; position:relative; overflow:hidden; _height:100%; top:10px;}
.picbox{ width:899px; height:170px; overflow:hidden; position:relative; left:45px;}
.piclist{ height:170px;position:absolute; left:0px; top:0px}
.piclist li{ background:#eee; margin-right:7px; width:220px; height:170px; float:left;}
.piclist li img{ width:220px; height:170px;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:34px; height:102px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:30px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 bottom; left:4px;}
.og_next{ background-position:0 0; right:4px;}
