﻿
#pager ul.pages {
	border:none;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 325px;
	margin: auto;
}

#pager ul.pages li {
	list-style:none;
	float:left;
	text-decoration:none;
	padding:5px;
	color: #0974c8;
}

#pager ul.pages li:hover {
	text-decoration: underline;
}

#pager ul.pages li.pgEmpty {
	/*color:#eee;*/
}

#pager ul.pages li.pgCurrent {
	color: #000;
	font-weight: bold;
}

#pager .previous {
	padding: 0;
	margin: 0;
	background-image: url(../images/arrow_previous.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 55px;
	text-align: right;
}
#pager .previous a:hover{
	text-decoration: underline;
}
#pager .next {
	padding: 0;
	margin: 0;
	background-image: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: 65px 8px;
	width: 70px;
	text-align: left;
}
#pager .next a:hover{
	text-decoration: underline;
}
