/* CSS Document */
/* Reset style */
* { margin:0; padding:0; word-break:break-all; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#0287CA; text-decoration:none; }
	a:hover { text-decoration:none; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font:12px Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/

/* iFocus style */
#ifocus { width:950px; height:250px; border:1px solid #DEDEDE; background:#F8F8F8; }
		#ifocus_pic { display:inline; position:relative; float:left; width:750px; height:232px;overflow:hidden; margin:10px 0 
0 10px; }

*html #ifocus_pic { display:inline; position:relative; float:left; width:750px; height:232px;overflow:hidden; margin:10px 0 
0 10px; }

*+html #ifocus_pic { display:inline; position:relative; float:left; width:750px; height:225px;overflow:hidden; margin:10px 0 
0 10px; }
		#ifocus_piclist { position:absolute;margin:0}
		#ifocus_piclist li { width:750px; height:232px; overflow:hidden; }
		#ifocus_piclist img { width:750px; height:232px; }
/*IE6*/
*html		#ifocus_btn { display:inline; float:left; width:178px; padding-top:10px;padding-left:3px; height:75px}
*html		#ifocus_btn li { width:178px; height:75px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
*html		#ifocus_btn img { width:178px; height:75px; margin:7px 0 3 11px; }
*html		#ifocus_btn .current { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); height:75px}
/*IE7*/
*+html		#ifocus_btn { display:inline; float:left; width:178px; padding-top:10px;padding-left:3px; height:75px}
*+html		#ifocus_btn li { width:178px; height:75px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
*+html		#ifocus_btn img { width:178px; height:75px; margin:7px 0 3 11px; }
*+html		#ifocus_btn .current { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); height:75px}
/*others*/
		#ifocus_btn { display:inline; float:left; width:178px; padding-top:10px;padding-left:3px; height:77px}
		#ifocus_btn li { width:178px; height:77px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img { width:178px; height:77px; margin:7px 0 3 11px; }
		#ifocus_btn .current { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); height:77px}
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:749px; height:45px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=0); }
	#ifocus_tx { position:absolute; left:12px; bottom:12px; color:#FFFFFF; }
		#ifocus_tx .normal { display:none; }
