/* CSS Document */
body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
a{ color:#6cf;}
a:hover{ color:#84B263;}
.box{ width:560px; margin:0 auto; position:relative; overflow:hidden; height:100%;}
.picbox{ width:560px; height:180px; overflow:hidden; position:relative;}
.piclist{ height:180px;position:absolute; left:0px; top:0px}
.piclist li{ width:164px;background:#E0E2E3; margin-right:33px; padding:0px; float:left; }

.piclist li .text-area{padding:10px 0 10px 15px; background-color:#fff;}
.piclist li .text-area  p{line-height:18px;height:18px;}
.piclist li:hover .text-area,.piclist li.hover .text-area{background-color:#E56713;color:#fff;}


.swaplist{ position:absolute; left:-2000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}

