@media (max-width: 959px) {
  ul.pager li.pager-ellipsis, ul.pager li.pager-current, ul.pager li.pager-item {
		display: none;
	}
	
  ul.pager{	
	  float:left !important;
	  width: 100% !important;
	  padding: 20px 0 !important;
	  margin-top: 40px !important;
  }
	
	
	
  ul.pager li.pager-previous a,
  ul.pager li.pager-next a{
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 18px;    
    margin-bottom: 10px;
    padding: 10px 20px !important;
    position: relative;
        width: 80%;    
        text-align: center;
  }
  ul.pager li.pager-previous:active a, ul.pager li.pager-previous:focus a, ul.pager li.pager-previous:hover a,
  ul.pager li.pager-next:active a, ul.pager li.pager-next:focus a, ul.pager li.pager-next:hover a{
    background-color: #ff6801;
    background-image: -moz-linear-gradient(center top , #fe8432, #ff6801);
    border-color: #ff6801;
    color: #fff !important;
    text-decoration: none !important;
  
  }
  
  ul.pager li.pager-previous a:hover,
  ul.pager li.pager-previous a:focus,
  ul.pager li.pager-previous a:active,
  ul.pager li.pager-next a:hover,
  ul.pager li.pager-next a:focus,
  ul.pager li.pager-next a:active{
    background-color: #ff6801;
    background-image: -moz-linear-gradient(center top , #fe8432, #ff6801);
    text-decoration: none !important;
    color: #fff !important;
    border-bottom :0 !important;
  }
}