.xSlideshow {
	overflow: hidden;
	position: relative;
}
.xSlideshow a {
	position: absolute;
	border: 0px;
}
.xSlideshow .indexDiv {
	width: 100%;
	position: absolute;
	bottom: 10px;
	z-index: 9;
	text-align: center;
}
.xSlideshow .indexDiv .indexSpan {
	background-image: url("dots.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.xSlideshow .indexDiv .indexSpan:hover {
	cursor: pointer;
	background-position-x: -15px;
}
.xSlideshow .indexDiv .indexSpan.active {
	background-position-x: -30px;
}