#paginator_wrapper {
width: 500px; 
margin: 0 auto;

}

.paginator_display, .sp_pageNums, .sp_pageNums a:link, .sp_pageNums a:visited, .sp_pageNums a:hover, .sp_pageNums a:active {
float: left;
height: 25px;
margin: 0 3px 0 0;
color: #93762F;
font-weight:normal;
font-size: 11px;
text-align:center;
border: 1px solid #93762F;
background-image:url(../imgs/moo.fx_bkg.gif);/*url(fade-butt.png);*/
background-repeat:repeat-x;
white-space: nowrap;
line-height:25px;
vertical-align:middle;
text-decoration:none;
}

.paginator_display { /* only these three lines were different between .paginator_display and the rest */
/*width: 45px;*/
margin-right: 2px;
font-weight:bold;
}

.paginator_stretcher{
font-family:Verdana, Arial, Helvetica, sans-serif;
float: left;
color: #93762F;
font-size: 11px;
height:36px;
}
.tit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#93762F;
	padding-bottom:10px;
	font-size:17px;
	
	}
.sp_xsml { width:25px }
.sp_sml  { width:35px }
.sp_med, .sp_adjust_med  { width:45px }
.sp_lrg, .sp_adjust_lrg  { width:65px }
.sp_adjust_xlrg { width:85px }

.sp_start, .sp_end { font-weight: bold; }

.sp_active { border:2px solid #93762F; color:#fff; font-weight:bold; }

