/*-------- Pager Styles --------*/
.realty_Pager
{
	padding: 7px 0;
	text-align: center;
}
.realty_Pager a
{
	font-family: Arial, Tahoma, 'Times New Roman';
	color: #000;
	font-size: 12px;
	border: solid 1px #f1f1f1;
	padding: 1px 4px;
	font-weight: bold;
	margin: 0 3px;
	text-decoration: none;
}
.realty_Pager a:hover
{
	background-color: #f5f5f5;
}
.realty_Pager_Sel
{
	font-size: 11px;
	padding: 0 5px;
}
.realty_Pager_Caption
{
	font-family: Tahoma, Arial 'Times New Roman';
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.realty_Pager_last, .realty_Pager_next, .realty_Pager_prev, .realty_Pager_first
{
	background-color: #f5f5f5;
	padding: 0 3px 4px 5px !important;
	font-weight: normal !important;
	font-size: 16px;
	vertical-align: middle;
}
.realty_Pager_last:hover, .realty_Pager_next:hover, .realty_Pager_prev:hover, .realty_Pager_first:hover
{
	color: Red;
}
/*-------- Pager Styles --------*/