.holder { margin: 15px 0; text-align: center; font-family: arial; }
.holder a 
{
    font-size: 12px;
    cursor: pointer;
    margin: 0 2px;
    color: #222222;
    background-color: #cec9c9;
    padding: 5px 10px;
    border-radius: 2px;
}
.holder a:hover,
.holder a.jp-current, a.jp-current:hover
{
    background-color: #69260D;
    color: white;
}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-disabled, a.jp-disabled {
    background-color: #cec9c9;
    color: #868484;
}
.holder a.jp-current, a.jp-current:hover,
{
    cursor: default;
    background: #69260D;
    color: white;
}
.holder span { margin: 0 5px; }

/* Begin Items */
ul.jpage_items
{
    list-style: none;
    padding: 0px;
    margin: auto;
    min-height: auto !important;
}
ul.jpage_items:after
{
    clear: both;
    content: '';
    display: block;
}
ul.jpage_items > li
{
    
}
ul.jpage_items > li:nth-child(3n+1)
{
    clear: both;
}
ul.jpage_items > li:nth-child(3n)
{
    margin-right: 0px;
}
/* End Items */

/* Begin Custom Button */
.customBtns {
    position:relative;
}
.arrowPrev,.arrowNext {
    width:29px;
    height:29px;
    position:absolute;
    top:55px;
    cursor:pointer;
}
.arrowPrev {
    background-image:url('../images/back.gif');
    left: 0px;
}
.arrowNext {
    background-image:url('../images/next.gif');
    right: 0px;
}
.arrowPrev.jp-disabled,.arrowNext.jp-disabled {
    display: none;
}
/* End Custom Button */