/* CSS Document */

.focus {
	background-color: #FFFFFF;
	clear: both;
	height: 197px;
	width: 308px;
}

/* iFocus style */
#ifocus { width:308px; height:187px; margin:0px; border:1px solid #DEDEDE; background:#F8F8F8; }
	#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:239px;
	height:175px;
	overflow:hidden;
	margin-top: 6px;
	margin-left: 6px;
}
#ifocus_piclist { position:absolute; }
#ifocus_piclist li { width:239px; height:175px; overflow:hidden; }
#ifocus_piclist img { width:239px; height:175px; }
#ifocus_btn {
	display:inline;
	float:right;
	width:56px;
	margin-top: 6px;
	margin-right: 4px;
}
#ifocus_btn li { width:58px; height:44px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
#ifocus_btn img {
	width:42px;
	height:30px;
	margin-top: 6px;
	margin-left: 10px;
}

#ifocus_btn .current { background: url(../static/pics/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
#ifocus_opdiv { position:absolute; left:0; bottom:0; width:439px; height:33px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx {
	position:absolute;
	left:5px;
	bottom:7px;
	color:#FFF;
	font-weight: bold;
	width: 228px;
	text-align: center;
}
#ifocus_tx .normal { display:none; }
