@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; font-family:Tahoma, Geneva, sans-serif;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline; color:#19325B}
img{ border:0;}
ul,li{list-style:none;}





/* iFocus style */
#ifocus {float:left; width:620px; height:240px;background:url(/images/pic_bg.gif) no-repeat left bottom; z-index:0; }
	#ifocus_pic { display:inline;  float:left; width:500px; height:220px; overflow:hidden; margin:10px 0 0 10px; }
		#ifocus_piclist { }
		#ifocus_piclist li { width:500px; height:220px; overflow:hidden; }
		#ifocus_piclist img { width:500px; height:220px; }
	#ifocus_btn { display:inline; float:right; width:100px; margin:9px 6px 0 0; }
		#ifocus_btn li { width:100px; height:56px; cursor:pointer; opacity:0.5; -moz-opacity:0.5;  }
		#ifocus_btn img { width:84px; height:44px; margin:5px 0 0 11px; }
		#ifocus_btn .current { background: url(/images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:500px; height:35px; background:#000;  }
	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
		#ifocus_tx .normal { display:none; }
