@charset "utf-8";
/* CSS Document */

#ifocus{
background:url(images/bgline.gif) top repeat-x #fff;
height:200px;
width:731px;
border:#d2d2d2 1px solid;
padding:5px;
}
#ifocus_pic{
	width:540px;
	padding:0;
	height:200px;
	margin:0;
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
}
#ifocus_piclist{
	z-index:1;
}
#ifocus_btn{
width:190px;
padding:0;
float:left;
text-align:left;
z-index:10;
position:relative;
}
#ifocus_btn ul{
padding:0;
margin:0;
list-style:none;
height:200px;
background:url(images/ifocus_ul_bg_33.gif);
}
#ifocus_btn ul li{
line-height:33px;
height:33px;
border-bottom:none;
margin:0;
*float:left;
width:180px;
padding-left:10px;
cursor:pointer;
}
#ifocus_btn ul li img{
border:1px #999 solid;
margin-right:10px;
}
#ifocus_btn ul li.current{
background:url(images/ifocus_li_bg_2.gif);
color:#FFFFFF;
width:186px;
height:33px;
line-height:33px;
margin-right:-6px;
border:none;
position:relative;
}
#ifocus_piclist ul{
	margin:0;
	padding:0;
	list-style:none;
}
#ifocus_piclist ul li{
	width:540px;
	height:200px;
	overflow:hidden;
	display:none;
}
#ifocus_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width:570px;
	height:35px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_tx {
	position:absolute;
	left:8px;
	bottom:8px;
	color:#FFF;
}
#ifocus_tx .normal {
	display:none;
}
	
