ul.custom-pager {
  margin: 0;
  padding: 0;
  text-align: left;
  /*position:relative;*/
  /*left:150px;*/
  margin-left:-21px;
  margin-right:0px;
  margin-top:0px;
  clear:both;
}

ul.custom-pager li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  background: none;
  white-space: nowrap;

}

ul.custom-pager li.previous {
  margin-right: 5px;
  
}

ul.custom-pager li.next {
  /*margin-left: 5px;*/
}
ul.custom-pager li.previous a{  
 
  
  background: no-repeat;
  background-image: url(pfeil2links.png);
  display: inline-block;
 
  height: 19px;
  width: 35px;   
  /*hide the text*/
  text-indent:-9999px;
  overflow:hidden;    
  margin-bottom:5px;
}
ul.custom-pager li.next a{  
 
  
  background: no-repeat;
  background-image: url(pfeil2rechts.png);
  display: inline-block;
 
  height: 19px;
  width: 35px;   
  /*hide the text*/
  text-indent:-9999px;
  overflow:hidden;    
  margin-bottom:5px;
  clear:both;
}
ul.custom-pager li.key{
 color:#A3A3A3;
 font-weight:bold;
 margin-bottom:5px;
}