

#ifocus {
	height:232px;
	border:1px solid #DEDEDE;
	overflow: hidden;
	background-color: #F8F8F8;
}
#ifocus_pic {
	display:inline;
	position:absolute;
	float:left;
	width:296px;
	height:223px;
	overflow:hidden;
	margin: 6px 0 0 10px;
}
#ifocus_piclist {
	position:absolute;
}
#ifocus_piclist .pe_u_thumb_title
{
	display:none;
}
#ifocus_piclist li {
	float: left;
	width:296px;
	height:223px;
	overflow:hidden;
}
#ifocus_piclist img {
	width:296px;
	height:223px;
}
#ifocus_btn .pe_u_thumb_title
{
	display:none;
}
#ifocus_tx .pe_u_thumb
{
	display:none;
}
#ifocus_btn {
	display:inline;
	float:right;
	width:91px;
	margin:5px 9px 0 0;
}
#ifocus_btn li {
	float:left;
	width:91px;
	height:56px;
	cursor:pointer;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_btn img {
	width:75px;
	height:45px;
	margin:6px 0 0 11px;
	border: 0px;
}
#ifocus_btn .current {
	background: url(images/ifocus_btn_bg.gif) no-repeat;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
#ifocus_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width:296px;
	height:25px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_tx {
	position:absolute;
	left:8px;
	bottom:3px;
}
#ifocus_tx a{color:#FFF;}
#ifocus_tx .normal {
	display:none;
}


/*
#focusPics {
	float: left;
	position: relative;
	width: 296px;
	padding: 6px 0 0 10px;
}
#focusPics img {
	width: 296px;
	height: 223px;
}
#focusPics dl {
	position: relative;
	display: none;
}
#focusPics dt {
	display: none;
}
#focusBtn {
	float: right;
	width: 85px;
	padding: 3px 10px 0 0;
	position: relative;
}
#focusBtn li {
	font-size: 0;
	line-height: 0;
	width: 80px;
	height: 51px;
	padding: 6px 0 0 11px;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#focusBtn li.on {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background: url(images/ifocus_btn_bg.gif) no-repeat;
}
#focusBtn img {
	width: 75px;
	height: 45px;
}
*/