#slider {
	position: relative;
	width: 620px;
	overflow: hidden;
	margin: 0px auto;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.caption {
	opacity: 0.9;
	background-image: url(../image/jb.jpg );
	height: 41px;
	padding: 12px 0 0 0;
	color: #fff;
	text-align: center;
	font: 25px/1 '寰蒋闆呴粦';
	z-index: 200;
}

.prev-link, .next-link {
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: 10px;
	z-index: 300;
}

.prev-link {
	left: 10px;
	background-image: url(../image/prev.png );
	behavior: url("iepngfix.htc");
}

.next-link {
	left: 40px;
	background-image: url(../image/next.png );
	behavior: url("iepngfix.htc"); 
}

.circle {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/circle-empty.png ) no-repeat left top;
	behavior: url("iepngfix.htc");
	position: absolute;
	bottom: 10px;
	z-index: 300;
}

.circle-current {
	background-image: url(../image/circle-full.png );
	behavior: url("iepngfix.htc");
}
