/* tmall focus */
#focus {
	height: 366px;
	left: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 0;
}
#focus ul {
	height:366px;
	position:absolute;
	background: none;
}
#focus ul li {
	float:left;
	width:1170px;
	height:366px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:1170px;
	height:40px;
	left:0;
	bottom:0;
}
#focus .btns {
	position:absolute;
	width:90px;
	height:24px;
	right:0;
	bottom:8px;
	padding-left:10px;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:17px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	font-family:"Microsoft YaHei", SimHei;
	margin-right:5px;
	cursor:pointer;
	color:#fff;
	background:#606060;
}
#focus .btn span.on {
	background:#f78606;
	color:#fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
