/* CSS Document */

/* Reset style */
#ifocus * { margin:0; padding:0; word-break:break-all; }
#ifocus a { color:#333333; text-decoration:none;font:Verdana; letter-spacing: 1px;}
#ifocus a:hover { text-decoration:underline; }

/* iFocus style */
#ifocus { width:638px; height:253px; margin-top:6px;margin-left:0px; border:1px solid #DEDEDE; background:#FFFFFF;margin-bottom:10px; }
#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:380px;
	height:235px;
	overflow:hidden;
	margin:10px 0 0 10px;
	z-index: 0;
}

#ifocus_piclist { position:absolute; }
#ifocus_piclist ul { width:380px; height:235px; overflow:hidden; }
#ifocus_piclist img { width:380px; height:235px; }
#ifocus_btn { display:inline; float:right; width:236px; margin:9px 9px 0 0;line-height:150%; }
#ifocus_btn ul{ width:236px; height:57px; cursor:pointer; margin-bottom:2px; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=80);}	
#ifocus_btn img { width:61px; height:45px; margin:7px 0 0 11px; }
#ifocus_btn .current { background: url(ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100);}
#ifocus_btn .current a{ color:#663300;}
		
#ifocus_opdiv { position:absolute; left:0; bottom:0; width:410px; height:25px; 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; }