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