/* iFocus style */
#ifocus {
	width:940px;
	height:300px;
	position:relative;
	overflow:hidden
}
#ifocus_pic {
	display:inline;
	width:940px;
	height:300px;
	overflow:hidden;
}
#ifocus_piclist {
	width:100%;
	position:absolute;
}
#ifocus_piclist li {
	width:940px;
	height:300px;
	overflow:hidden;
	position:relative;
	float:left;
}
#ifocus_piclist img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#ifocus_piclist .focusTitle {
	width:100%;
	line-height:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
}
#ifocus_btn {
	display:block;
	position:absolute;
	height:64px;
	width:940px;
	bottom:0;
	left:0px;
	overflow:hidden;
}
#ifocus_btn ul {
	height:64px;
}
#ifocus_btn li {
	height:62px;
	margin:0 2px;
	overflow:hidden;
	width:110px;
	vertical-align:bottom;
	float:left;
	border:#d0d4d7 solid 1px;
	cursor:pointer;
}
#ifocus_btn li a {
	color:#33779e;
	display:block;
	height:25px;
	width:198px;
	float:left;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}
#ifocus_btn li span {
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:30px;
}
#ifocus_btn li p {
	float:left;
	width:453px;
	_width:451px;
	text-align:left;
	height:42px;
	padding:10px;
	overflow:hidden;
	line-height:20px;
	color:#fff;
	background:#000;
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.7; /*MOZ , FF*/
	opacity:0.7; /*CSS3, FF1.5*/

}
#ifocus_btn li img {
	float:left;
	width:110px;
	height:62px;
	margin-right:3px;
}
#ifocus_btn .current {
	width:586px;
	_width:584px;
}

.focusPlay {
	position:absolute;
	top:10px;
	right:10px;
	width:269px;
	height:217px;
	z-index:4444;
	overflow:hidden;
	padding-top:15px;
}
#ifocus_piclist .focusTitlet {
	width:100%;
	line-height:30px;
	height:30px;
	position:absolute;
	font-size:16px;
	font-weight:700;
	bottom :0;
	left:0;
	z-index: 999;
	filter: Alpha(Opacity=50);
	background: #fff;
	-moz-opacity: 0.5;
}
