@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v4/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}

/*Pagination*/
div.pagination {
    font-size:0;
}
div.pagination a {
    background-color:#ccc;
    color:#000;
    display:inline-block;
    font-family:"Trebuchet MS";
    font-size:10px;
    height:16px;
    line-height:16px;
    margin:0 4px;
    text-align:center;
    text-decoration:none;
    text-shadow:1px 1px 1px #fff;
    vertical-align:top;
    width:26px;
}
div.pagination a.current {
    background-color:#ffcccc;
}
div.pagination a.prev {
    background:#ccc url(/img/pag-prev.png) no-repeat center center;
    margin-right:134px;
    width:62px;
}
div.pagination a.next {
    background:#ccc url(/img/pag-next.png) no-repeat center center;
    float:right;
    width:62px;
}
div.pagination span {
    display:inline-block;
    width:34px;
    color:black;
}