/* Reset style */
* { margin:0; padding:0; }


fieldset, img { border:none; }
legend { display:none; }
ul, li { list-style:none; }


html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/

/* iFocus style */
#ifocus { width:520px; height:195px; margin:2px 2px 12px -10px; border:1px solid #DEDEDE; background:#F8F8F8; }
	#ifocus_pic { display:inline; position:relative; float:left; width:320px; height:195px; overflow:hidden; margin:3px 0 0 0pxpx; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { border:0px; width:290px; height:195px; overflow:hidden; }
		#ifocus_piclist img { border:0px; width:290px; height:195px; }
	#ifocus_btn { font-size:11px; display:inline; float:left; width:208px; margin:0px 3px 0px 0px; border:0px solid black; margin-left:-20px; text-align:left; }
	#ifocus_btn li {font-size:11px; width:240px; height:46px; cursor:pointer;  margin-left:-33px; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);  border:0px solid red; text-align:left; left:-20px;}
	#ifocus_btn img { width:200px; height:30px; margin:0px; padding-left:-20px; float:left; filter:alpha(opacity=50); text-align:left; border:0px solid blue; text-align:left}
		#ifocus_btn .current { background: url(../images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); border:0px solid yellow }
	    #ifocus_opdiv { position:absolute; left:0; bottom:0px; width:290px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);  list-style:none; }
	    #ifocus_tx { position:absolute; left:-5px; bottom:-10px; color:#FFF; font-size:11px; }
		#ifocus_tx .normal { display:none; }
		#ifocus_btn p { padding-top:7px; padding-left:18px; text-align:left; text-decoration:none}
