div.pagerx ul.pages {
	display: block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 0px;
	height: 32px;
	line-height: 16px;
	padding: 0;
}

div.pagerx ul.pages li {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 6px 0 0;
	padding: 10px;
}

div.pagerx ul.pages li:hover {
	border: 1px solid #003f7e;
}

div.pagerx ul.pages li.pgEmpty {
	border: 1px solid #eee;
	color: #eee;
}

div.pagerx ul.pages li.pgCurrent {
	border: 1px solid #003f7e;
	color: #000;
	font-weight: 700;
	background-color: #eee;
}