/*pagination start*/

div#pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#pagination li {
	line-height: 22px;
	font-weight: bold;
	width: 23px;
	height: 22px;
	color: #000000;
	text-align:center;
	clear: both;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}

.pagination-start span{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}

.pagination-start a:link{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	text-indent: -9999px;
}
.pagination-start a:visited{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	text-indent: -9999px;
}
.pagination-start a:hover{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	text-indent: -9999px;
}
.pagination-start a:active{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	text-indent: -9999px;
}



.pagination-prev span{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	text-indent: -9999px;	
}

.pagination-prev a:link{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -25px -48px;
	text-indent: -9999px;
}
.pagination-prev a:visited{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -25px -48px;
	text-indent: -9999px;
}
.pagination-prev a:hover{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -25px -24px;
	text-indent: -9999px;
}
.pagination-prev a:active{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -25px -48px;
	text-indent: -9999px;
}



.pagination-next a:link{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -50px -48px;
	text-indent: -9999px;
}
.pagination-next a:visited{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -50px -48px;
	text-indent: -9999px;
}
.pagination-next a:hover{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -50px -24px;
	text-indent: -9999px;
}
.pagination-next a:active{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -50px -48px;
	text-indent: -9999px;
}




.pagination-next span{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -50px 0px;
	text-indent: -9999px;	
}

.pagination-end a:link{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -75px -48px;
	text-indent: -9999px;
}
.pagination-end a:visited{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -75px -48px;
	text-indent: -9999px;

}
.pagination-end a:hover{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -75px -24px;
	text-indent: -9999px;
}
.pagination-end a:active{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -75px -48px;
	text-indent: -9999px;
}


.pagination-end span{
	display: block;
	width: 23px;
	height: 22px;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: -75px 0px;
	text-indent: -9999px;	
}