
#pages {
	height: 39px;
	text-align: center;
}

#pages a, #pages span {
	display: inline;
	font-weight: bold;
}

a.page, span.page {
	position: relative;
	top: 1px;
	font-size: 1.3em;
	padding: 0 2px;
	color: #333;
}

a.page:hover {
	color: #4DC0F6;	
}

.active {
	color: #16AEF6 !important;
}

.prev-next {
	padding: 20px 25px;
	width: 50px; 
}

.arr-prev, .arr-next {
	margin: 0 10px;	
}

.arr-prev {
	background: url(../images/page-prev.gif) no-repeat 0 0;
}

.arr-next {
	background: url(../images/page-next.gif) no-repeat 0 0;
}