#content .nextPageLink {
	margin: 0;
	font: bold 10px Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
}

#content .pages {
	margin: 15px 0 6px auto;
	font: 12px/29px Arial, sans-serif;
}
#content .pages td { padding: 0 0 4px 4px; }
#content .pages td.empty { padding: 0; }

#content .pages a {
	color: #444 !important;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	display: block;
	text-align: center;
	width: 23px;
	height: 29px;
}
#content .pages a:hover { color: black !important; }

#content .pages a { background: transparent url('../images/pages/normal.gif') no-repeat center; }
#content .pages a:hover { background-image: url('../images/pages/bright.gif'); }
body.forsale #content .pages a.on { background-image: url('../images/pages/blue.gif') !important; }
body.forrent #content .pages a.on { background-image: url('../images/pages/teal.gif') !important; }

