/*
*
* styles for all pager types
*
*/

/*
*
* infinite pager
*
*/

#infinite-pager-next-link {
  display: block; 
  text-decoration :none;
  background: url(../../../images/icons/pager-down.png) no-repeat 50% 10px #00589C;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  height: 10px;
  margin-bottom: 10px;
  text-indent: -9999;
}

#infinite-pager-next-link:hover {
  text-decoration: none; 
}