 .holder {
    margin:15px auto;
    width: 100%;
    text-align: center;
}
.holder a {
    font-size:12px;
    cursor:pointer;
    margin:0 5px;
    color:#333;
}
.holder a:hover {
    background-color:#222;
    color:#fff;
}
.holder a.jp-current,a.jp-current:hover {
    color:#FF4242;
    font-weight:bold;
    cursor:default;
    background:none;
}
.holder span {
    margin:0 5px;
}
.customBtns {
    position:relative;
    height:40px;
}
.arrowPrev,.arrowNext {
    width:40px;
    height:40px;
    position:absolute;
    top:0px;
    cursor:pointer;
}
.arrowPrev {
    background-image:url('../img/back.png');
    left:0px;
}
.arrowNext {
    background-image:url('../img/next.png');
    right:0px;
}
.arrowPrev.jp-disabled,.arrowNext.jp-disabled {
    display: none;
}