/* CSS Document */





.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%; }
.picbox{ width:1200px; height:260px; overflow:hidden; position:relative;}
.piclist{ height:260px;position:absolute; left:0px; top:0px;}
.piclist li{ /*background:#eee; margin-right:40px; padding:5px;*/ 
  float:left;
  width: 300px; 
  height: 250px; 
  border-radius: 200px;
}

.piclist li .i2{
 width:260px;
   height:250px;
   border-radius: 180px;
   position: absolute;
   background-color: #333;
    
   opacity: 0;
   transition: all 0.5s;
   text-align: center;
   line-height: 250px;
   font-weight:600;
   color: #fff;
   font-size: 24px;
 
 }



.piclist  li .i2:hover{
     filter:alpha(opacity=60); 
     opacity: 0.6;
}



.piclist li img{width: 260px; height: 250px; border-radius: 200px;}
.swaplist{ 
  /*position:absolute; 
  left:-3000px; 
  top:0px; 
  border: 1px solid #000;*/
  
}
.og_prev,.og_next{ width:30px; height:50px; background:url(/Templates/riSheng/images/icon.png) no-repeat; background:url(/Templates/riSheng/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; top:110px;}
.og_next{ background-position:0 0; right:45px; top:110px;}
