


  .page a {
    white-space: nowrap;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 3px;
    float: left;
    width: 33px;
    height: 33px;
    background: #fff;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
  }
.page a.active{    background: #5FC8C2 !important;
    border: 1px solid transparent;
}
    .page a.jp-current, .page a:hover {
        background: #5FC8C2 !important;
        border: 1px solid transparent;color:#fff;
    }
