.pager-list {
	z-index: 1000000;
	padding: 10px;
}
.pager-list a{
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../img/pager/pager-list.png);
}
.pager-list a.activeSlide{
	background-image: url(../../img/pager/pager-list-active.png);
}
.pager-list a *{
	display: none;
}
