.paginator {
	margin:1em auto;
	text-align:center;
}

.paginator a {
	background: url(/img/paginator/paginatorshort.gif) no-repeat ;	
	color:#000099;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width: 21px;
	margin-right:2px;
	padding:3px 0 3px 0;
}

.paginator a:hover {
	background: url(/img/paginator/paginatorshort_ov.gif) no-repeat ;
	text-decoration:none;
}

.paginator a.active {
	background: url(/img/paginator/paginatorshort_act.gif) no-repeat ;
	color:#fff;
}

.paginator a.back,
.paginator a.forward {
	background: url(/img/paginator/paginatorlong.gif) no-repeat ;
	width: 62px;
}

.paginator  a.back:hover,
.paginator  a.forward:hover {
	background: url(/img/paginator/paginatorlong_ov.gif) no-repeat ;
}