/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}

.box3{ width:400px; position:relative; overflow:hidden;padding-top:0px;}
.picbox{ width:336px; height:260px; overflow:hidden; position:relative;margin:0 auto}
.piclist{ height:182px;position:absolute; left:0px; top:0px}
.piclist li{ float:left;}
.piclist p { text-align:center;  line-height:33px; width:336px; background:#d3d3d3; margin-top:5px;color:#008aff }
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev{ width:38px; height:83px; background:url(../images/p_left.png) no-repeat;position:absolute; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7; top:80px;}
.og_next{ width:38px; height:83px; background:url(../images/p_right.png) no-repeat;position:absolute; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;top:80px;}

.og_prev{left:0px;z-index: 1}
.og_next{right:-10px;z-index: 1}
