.wrapper {
	width:980px;
}
/* tmall focus */
#focus {
	width:980px;
	height:480px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:480px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:980px;
	height:480px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {

}
#focus .btn {
	position:absolute;
	width:120px;
	height:24px;
	right:0;
	bottom:8px;
	padding-left:10px;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	font-family:"Microsoft YaHei", SimHei;
	margin-right:10px;
	cursor:pointer;
	color:#fff;
	border-radius:12px;
	background:#666
}
#focus .btn span.on {
	background:#000;
	color:#fcc;
}
