#banner {
	background: #fff;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#banner_img {
	display: block;
	height: 373px;
}
#banner_img li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 373px;
	background-position: center;
	display: none;
	background-repeat: no-repeat
}
#banner_ctr {
	position: absolute;
	height: 26px;
	left: 465px;
	bottom: 15px;
	z-index: 1;
}
#banner_ctr ul {
	width: 190px;
	height: 26px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
}
#banner_ctr li {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: #333;
	margin-right: 3px;
	overflow: hidden;
	text-align:center;
	color:#fff;
	line-height:26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}
#banner_ctr li.first-item {
	width: 26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: default;
}
#banner_ctr li.last-item {
	width: 26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: default;
}
#drag_ctr {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	bottom: 25px;
	background: #bfd900;
	z-index: 999
}
#drag_ctr  span{ text-align:center; color:#fff; line-height:26px; display:block;width:26px;}
#drag_arrow {
	position: absolute;
	width: 26px;
	height: 26px;
}
