﻿#map_pager ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0px 0 50px;
    padding: 0;
} 

#map_pager ul.pages li {
    list-style: none;
    float: left; 
    text-decoration: none;
    margin: 0 5px 0 0;
    color:#fff;  
} 

#map_pager ul.pages .page-number {
  width:20px;
  height:17px;
  line-height:17px;
  border:0;
  background:url('../images/page-num-btn.gif') no-repeat;
  text-align:center;  
}

#map_pager ul.pages .pgNext{
  width:59px;
  height:17px;
  line-height:17px;
  border:0;
  background:url('../images/greybtn.gif') no-repeat;
  text-align:center;  
}


#map_pager ul.pages li.pgEmpty {
    display:none;
} 

#map_pager ul.pages li.pgCurrent {
    font-weight: bold;
    background:url('../images/page-num-btn-b.gif') no-repeat;  
}