@charset "utf-8";
/* 代码提供：脚本之家 www.jb51.net */
.wrapper {
	width:890px;
}
/* tmall focus */
#focus {
	width:890px;
	height:514px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:514px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:890px;
	height:514px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:890px;
	height:25px;
	left:0;
	bottom:0;
	background:#000;
}
#focus .btn {
	position:absolute;
	width:770px;
	height:20px;
	left:0;
	bottom:5px;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	font-family:"Microsoft YaHei", SimHei;
	margin-right:10px;
	cursor:pointer;
	color:#fff;
}
#focus .btn span.on {
	background:#000;
	color:#fcc;
}
/* 代码提供：脚本之家 www.jb51.net */