/* CSS Document */
#ifocus { width:250px; height:285px; margin:0px; border:1px solid #E5DABF; background-color:#F3F9FE;  }
#ifocus_pic { display:inline; position:relative; float:left; width:180px; height:285px; overflow:hidden;  margin-left:10px;}
#ifocus_piclist { position:absolute; float:left; }
#ifocus_piclist li { 
	width:180px;
	height:285px; float:left;
	overflow:hidden;
}
#ifocus_btn { display:inline; float:left; width:45px; margin:0px 2px; }
		#ifocus_btn li { width:45px; height:66px; margin:0px 0px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img {
		margin:3px 5px; display:block;
	width:45px; _margin:0px 5px;
	height:66px;
}
#ifocus_btn .current { background: url(images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
#ifocus_opdiv { position:absolute; left:0; bottom:0; width:180px; 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;
	float:left;
	width: 200px;
}
#ifocus_tx .normal { display:none; }
