#slider {
	position: relative;
	overflow: hidden;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}
.circle {
	display: block;
	width: 16px;
	height: 16px;
	background: url(circle-empty.png ) no-repeat left top;
	position: absolute;
	bottom: 10px;
	z-index: 300;
}

.circle-current {
	background-image: url(circle-full.png );
}
