@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
#ifocus2 { width:250px; height:380px;}
#flashBox { display:inline; position:relative; float:left; width:250px; height:380px; overflow:hidden; }
#ifocus_piclist2 { position:absolute; }
#ifocus_piclist2 ul{margin:0px;padding:0px;list-style-type:none;}
#ifocus_piclist2 li { width:250px; height:380px; overflow:hidden;margin:0px;padding:0px; }
#ifocus_piclist2 img { width:250px; height:380px; border:0px;}
#ifocus_btn2 { position:absolute; right:4px; bottom:2px; color:#a25897; }
#ifocus_btn2 .flashNo li {
 float:left;
 display:inline;
 width:16px;
 height:16px;
 line-height:16px;
 margin-left:3px;
 text-align:center;
 color:#ffffff;
 cursor:pointer;
 background:url(../share/images/tran_black.png);
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
}
#ifocus_btn2 .flashNo li.current {
 background:#ff9900;
 font-weight:bold;
 color:#ffffff;
 font-family:Verdana, Geneva, sans-serif;
 font-size:10px;
} 
#ifocus_btn2 .bg {
 z-index:1;
 position:absolute;
 right:2px;
 bottom:2px;
 width:95px;
 height:16px;
}
#ifocus_btn2 .bg li {
 float:left;
 display:inline;
 width:14px;
 height:16px;
 line-height:16px;
 margin-left:3px;
 background-color:#fff;
 filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#ffffff;font-size:0;
 text-align:center;
 color:#595959;
 font-size:0;
}