#slider {
	position: relative;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.caption {
	opacity: 0.8;
	background: #000;
	height: 33px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font: 25px/1 '微软雅黑';
	z-index: 200;
}

.prev-link, .next-link {
	display: none;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 10px;
	z-index: 300;
}

.prev-link {
	display: none;
	left: 10px;
}

.next-link {
	left: 40px;
	display: none;
}

.circle {
	display: block;
	width: 19px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	color: #fff;
	text-decoration: none;
	bottom:0;
	z-index: 300;
	text-align: center;
}
.circle-current {
	background-color: red;
}
