#jsPages a , #jsPages span{
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin-right: 10px;
    text-align: center;
    min-width: 40px;
}
#jsPages span{
    display: block;
}
#jsPages .jp-current{
    background-color: #c92b2f;
    color: #fff;
}
#jsPages a:hover{
    border: 1px solid #c92b2f;
    color: #c92b2f;
}
#jsPages .jp-next , #jsPages .jp-previous{
    position: absolute;
    width: 70px;
    border: none;
}
#jsPages .jp-previous{
    left: 0;
    text-align: left;
}
#jsPages .jp-next{
    right: 0;
    text-align: right;
}