/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
.picbox{ width:990px; height:325px; position:relative; margin-top:25px; margin-right:10px; overflow:hidden;}
.piclist{ position:absolute; left:0px; top:0px}
.piclist li{ width:230px; height:285px; background:#fff; padding:10px; float:left;}
.piclist li p{ width:230px; height:30px; line-height:30px; overflow:hidden;}
.piclist li p a{ color:#555; font-size:12px;}
.piclist li p a em{ display:inline-block; margin-left:5px; overflow:hidden; border:4px solid #000; border-color:#fff #000; border-width:4px 0px 4px 4px; }
.piclist li p a:hover{ color:#f00;}
.piclist li p a:hover em{ display:inline-block; margin-left:5px; overflow:hidden; border:4px solid #000; border-color:#fff #f00; border-width:4px 0px 4px 4px; }
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev{ width:30px; height:50px; background:url(../images/iconl.png) no-repeat; background:url(../images/iconl.png) no-repeat\9; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_next{ width:30px; height:50px; background:url(../images/iconr.png) no-repeat; background:url(../images/iconr.png) no-repeat\9; position:absolute; top:80px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}

.og_prev{ background-position:0 0; position:absolute; top:80px; z-index:99; left:-65px;}
.og_next{ background-position:0 0; right:-65px;}
