@charset "utf-8";

/* iFocus style */
#ifocus { width:460px; height:265px; border:1px solid #DEDEDE; background:#F8F8F8; }
	#ifocus_pic { display:inline; position:relative; float:left; width:360px; height:257px; overflow:hidden; margin:4px 0 0 4px; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { width:360px; height:257px; overflow:hidden; }
		#ifocus_piclist img { width:360px; height:257px; }
	#ifocus_btn { display:inline; float:right; width:75px; margin:3px 3px 0px 0; }
		#ifocus_btn li { width:91px; height:60px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img { width:80px; height:57px; margin:3px 1px 3px 6px; }
		#ifocus_btn .current { background: url(img/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:360px; height:35px; background:url(img/opdiv_bg.gif) ; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
		#ifocus_tx .normal { display:none; }
