@charset "utf-8";
/* CSS Document */

/** { margin:0; padding:0; word-break:break-all; }
body { color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }*/

#ifocus ul, #ifocus li { list-style:none; margin:0px; padding:0px; }
fieldset, img { border:none; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/

/* iFocus style */
#ifocus { width:730px; height:210px; margin:0px; border:0px solid #DEDEDE; /*background:#ffffff;*/ position:relative;}
	#ifocus_pic { display:inline; position:relative; float:left; width:545px; height:210px; overflow:hidden; margin:0px; }
		#ifocus_piclist{ position:absolute; }
		#ifocus_piclist li{ width:545px; height:210px; overflow:hidden;}
		#ifocus_piclist img{ width:545px; height:210px;}
	#ifocus_btn { display:inline; float:left; width:185px; margin:0px; padding:0px;}
	#ifocus_btn ul{ margin:0px; padding:0px; list-style:none;}
		#ifocus_btn li{ width:182px; height:53px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); margin:0px; padding:0px; border-bottom:#ffffff solid 0px; list-style:none; overflow:hidden;}
		#ifocus_btn img{ width:185px; height:50px; margin:0px; border:0px; padding:0px; margin:0px;}
		#ifocus_btn .current{ /*background: url(ifocus_btn_bg.gif) no-repeat;*/ opacity:1; -moz-opacity:1; filter:alpha(opacity=100); margin:0px; padding:0px;}
		
	#ifocus_opdiv { position:absolute; left:0; bottom:0px; width:10px; height:20px; /*background:#ffffff; */opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx { position:absolute; left:8px; bottom:0px; color:#232323;}
		#ifocus_tx .normal { display:none; }
		
