
/* qqshop focus */
#focus {
	width:1002px;
	height:420px;
	overflow:hidden;
	position:relative;
	display:inline-block;
	background:#ccc;
	margin-left:auto;
	margin-right:auto
}

#focus ul {
	width:1002px;
	height:420px;
	position:absolute;
}

#focus ul li {
	float:left;
	width:1002px;
	height:420px;
	overflow:hidden;
	position:relative;
}

#focus ul li img {
	width:1002px;
	height:420px;
	display:block;
}

#focus ul li div {
	position:absolute;
	overflow:hidden;
}

#focus .btn {
	position:absolute;
	height:27px;
	padding:0 30px;
	right:430px;
	bottom:20px;
	_bottom:0;
	padding-top:8px;
	background:url(../images/nav_btnbg.png) no-repeat center;
}

#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:20px;
	height:20px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background:url(../images/nav_off_btn.png) no-repeat center;
	border:none;
}

#focus .btn span.on {
	background:url(../images/nav_on_btn.png) no-repeat center;
}
