/* CSS Document */

.box{ width:1060px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1000px; height:190px; overflow:hidden; position:relative; left:30px;}
.piclist{ height:190px;position:absolute; left:0px; top:0px; width:1000px;}
.piclist li{ float:left; width:250px; text-align:center; font-size:14px;}
.piclist li img {width:212px; height:143px; border:5px solid #dcdcdc; margin-bottom:10px;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px;  position:absolute; top:53px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{width:30px; height:30px; background:url(../img/x_l.gif); left:0;}
.og_next{width:30px; height:30px; background:url(../img/x_r.gif); right:0;}

