/* iFocus style---焦点图部分 */
	.ifocus { width:426px; height:193px; margin:0px; border:1px solid #E3E3E3; border-top:none; border-bottom:none; background:#fff; }
	.ifocus_pic { display:inline; position:relative; float:left; width:330px; height:185px; overflow:hidden; margin:4px 0 0 10px; }
	.ifocus_piclist { position:absolute; left:0px; top:0px; }
	.ifocus_piclist li { width:330px; height:185px; overflow:hidden; display:none }
	.ifocus_piclist img { width:330px; height:185px; }
	.ifocus_btn { display:inline; float:right; width:71px; margin:4px 7px 0 0; text-align:center; }
	.ifocus_btn li { width:75px; height:47px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); line-height:auto;}
	.ifocus_btn img { width:55px; height:35px; margin:5px 0 0 3px; }
	.ifocus_btn .current { background: url(../img/focusImg/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	.ifocus_opdiv { position:absolute; left:0; bottom:0; width:330px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	.ifocus_tx { position:absolute; left:8px; bottom:4px; color:#FFF; }
	.ifocus_tx .normal { display:none; }
/*焦点图结束*/