/*
 * focusbanner
 */
.focus {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.f-img-list {
	height: 400px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.f-img-list li {
	height: 400px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	background: url(#) center no-repeat;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0;
}

.f-img-list li.on {
	z-index: 105;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	opacity: 1;
}

.d-count-list {
	position: absolute;
	left: 47%;
	bottom: 10px;
	list-style: none;
	z-index: 999;
}

.d-count-list li {
	float: left;
}

.d-count-list li a {
	display: block;
	height: 18px;
	width: 18px;
	background-image: url('../images/count-icon.png');
	background-position: -18px 0;
	margin-right:8px;
}

.d-count-list li.on a {
	background-position: 0 0;
}

.focus-page-btn {
	width: 66px;
	height: 66px;
	background: url('../images/focus-page-btns.png') no-repeat;
	position: absolute;
	top: 190px;
	z-index: 110;
}

.focus-btn-prev {
	background-position: 0 0;
	left: 0;
}

.focus-btn-next {
	background-position: -66px 0;
	right: 0;
}
