#content .pages { margin: 15px 0; }

#content .pages .seqlink {
	float: left;
	font: bold 10px/29px Arial, sans-serif;
	text-transform: uppercase;
}

#content .pages .select {
	float: right;
	font: 12px/29px Arial, sans-serif;
}

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

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

