.postListingControls {
   width: 607px;
   margin-bottom: 4px;
}

.postListingControls a {
  display: block;
  height: 25px;
  width: 133px;
  margin: 1px;
  float: left;
  display:inline;
  background: #e6e6e6;
  color: #565656;
  text-align: center;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
}
.postListingControls a.current {
     font-weight: bold;
     background: #fff;
}
