.banner {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	height: 320px;
	position: relative;
}
.banner .bd ul {
	width: 1000px;
}
.banner .bd li, .banner img {
	width: 1000px;
	height:320px;
}
.banner .hd {
	width: 1000px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 4px;
	background: #666;
	overflow: hidden;
	border-radius: 12px;
	text-indent: -99em;
}
.banner .hd ul .on {
	background: #fe933b;
}