.shared-list .items-wrapper{
   position: relative;
}
.shared-list .map-container{
   position: relative;
   z-index: 100;
}
.shared-list ul.list-items{
   margin: 0;
}
.shared-list .ids-map{
   margin-bottom: 5px;
   margin-top: 15px;
   text-align: center;
}
.shared-list .ids-map .showGMap{
   text-align: center;
   padding-left: 0;
}
.listings .links-outer{
   position: relative;
}


/* Mobile */ 
@media only screen and (max-width: 40em) {
   
}
/* Tablet and Desk */ 
@media only screen and (min-width: 40.063em){ 
   .listings .listingPagerContainer{
       left: -4px;
       margin-bottom: -47px;
       position: relative;
       top: -47px;
   }
   .listings .links{
      width: 1020px;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 20px;
   }
   .shared-list .ids-map .showGMap{
      float: none;
   }
}
/* Tablet */ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .pager-bottom .pager{
      top: -14px;
   }
}
/* Desktop */ 
@media only screen and (min-width: 64.063em) { 
   .listings div.alphaSort{
      width: 31%;
   }
   .listings div.sort{
      float: left !important;
      padding-left: 0;
      text-align: left;
      width: 33%;
   }
   .listings .showGMap{
      float: left;
      padding-left: 0;
      text-align: left;
      width: auto;
   }
   .listings .listingPagerContainer{
      display: block;
      margin: 0 auto -20px;
      max-width: 100%;
      width: 1020px;
   }
   .listings .keyword-col{
      width: 39.333%;
   }
   .map-open .ids-map .gMapContainer .gMapHolder {
       top: 0;
   }
   .pager-bottom .pager{
      top: -18px;
      margin: 0 auto -5px;
   }
}
