@charset "gb2312";
/* CSS Document */

* 
{ 
	margin:0; 
	padding:0;
	word-break:break-all; 
 }
body 
{ 
	background:#FFF;
	 color:#333; 
	 font:12px/1.6em Helvetica, Arial, sans-serif; 
	 }
ul, li 
{ 
list-style:none;
 }
fieldset, img 
{ 
border:none;
 }

#ifocus { 
	width:543px;
	height:314px;
  	margin:0px;
    border:1px solid #DEDEDE;
    background:#F8F8F8;
	 }
 #ifocus_pic 
 {
	  display:inline;
	  position:relative; 
	  float:left; 
	  width:410px; 
	  height:293px; 
	  overflow:hidden; 
	  margin:10px 0 0 10px; 
	  }
#ifocus_piclist { 
position:absolute;
 }
#ifocus_piclist li { 
	 width:410px;
	 height:293px; 
	 overflow:hidden;
 }
#ifocus_piclist img {
	 width:410px;
	  height:293px; 
	  }
#ifocus_btn { 
     display:inline; 
	 float:right; 
	 width:102px; 
	 margin:10px 10px 0 0; 
	 }
#ifocus_btn li {
	width:102px;
	height:68px;
	cursor:pointer;
	opacity:0.5;


	  -moz-opacity:0.5; 
	filter:alpha(opacity=50);
	margin-bottom: 7px;
	font-size: 0px;
	  }
#ifocus_btn img {
	width:102px;
	height:68px;
	margin-top: 0px;
	margin-right: 0;
	}
#ifocus_btn .current {
	 background: url(i/ifocus_btn_bg.gif) no-repeat; 
	 opacity:1; -moz-opacity:1; filter:alpha(opacity=100); 
	 }
#ifocus_opdiv { 
	  position:absolute; 
	  left:0; 
	  bottom:0; 
	  width:410px;
	   height:35px;
		background:#000;
		 opacity:0.5; 
		 -moz-opacity:0.5; 
		 filter:alpha(opacity=50); 
   }
#ifocus_tx {
	position:absolute;
	left:8px;
	bottom:8px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
}
#ifocus_tx .normal { 
  display:none;
  }
