/* CSS Document */

.rollbox{ width:1000px; margin:0 auto; position:relative; height:220px; padding:40px 0 0  0; _height:100%; background:rgba(255,255,255,.6);}
.picbox{ width:1000px; height:220px; overflow:hidden; position:relative;}
.piclist{ position:absolute; left:0px; top:20px}
.piclist li{ margin:0 10px;  float:left; width:230px;}
.piclist li a{ background:#eee; padding:5px;width:220px; height:210px;}
.piclist li img{ width:220px; height:130px;}
.swaplist{ position:absolute; left:-3000px; top:20px}
.og_prev,.og_next{ width:32px; height:180px; background:url(../images/arrow.png) no-repeat;  position:absolute; top:40px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -180px; left:-50px;}
.og_next{ background-position:0 0; right:-50px;}


.piclist li div{ display:block; clear:both; width:100%; text-align:center; font-size:18px; line-height:24px; color:#333; }
.piclist li div span{ display:block; width:100%; font-size:14px; color:#600; line-height:18px;}