#focus {
	position: relative;
	height: 240px;
	width: 351px;
	margin:0px auto;
}
#focus .bd {
	position: relative;
}
#focus .btn-prev, #focus .btn-next {
	display: none;
	position: absolute;
	top: 60px;
	width: 40px;
	height: 80px;
	z-index: 2;
}
#focus .btn-prev {
	left: 0;
	background: url(/templates/red_white/images/left-arrow.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='/templates/red_white/images/left-arrow.png');
}
#focus .btn-next {
	right: 0;
	background: url(/templates/red_white/images/right-arrow.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='/templates/red_white/images/right-arrow.png');
}
#focus .focus-bar-box {
	width: 351px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
#focus .focus-bar {
	width: 351px;
	height: 240px;
}
#focus .focus-bar li {
	float: left;
	width: 351px;
	height: 240px;
}
#focus .focus-bar li img {
	width: 351px;
	height: 240px;
}
#focus .ft {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 351px;
	height: 40px;
}
#focus .ftbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 351px;
	height: 40px;
	background: #000;
	opacity: .6;
	filter: Alpha(Opacity=60);
}
#focus .change {
	position: absolute;
	right: 0;
	bottom: 25px;
	height: 10px;
}
#focus .change a {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url(/templates/red_white/images/btn-normal.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='templates/red_white/images/btn-normal.png');
	cursor: pointer;
}
#focus .change a.on {
	background: url(/templates/red_white/images/btn-active.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='/templates/red_white/images/btn-active.png');
}
#focus .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 351px;
	height: 20px;
}
#focus .focus-title {
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 0px;
	height: 20px;
	padding: 0px 0px 0px 3px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
#focus .focus-title .title {
	color: #64d734;
}
#focus .hdicon {
	position: absolute;
	left:10px;
	bottom: 10px;
	width: 59px;
	height: 59px;
	background: url(/templates/red_white/images/play-btn.png) no-repeat;
	_background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='/templates/red_white/images/play-btn.png');
}
#focus .focus-title a {
	display: none;
	color: #fff;
}