@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
.holder {     margin: 15px 0;
    text-align: center;
    font-family: 'RobotoRegular';
    margin-bottom: 0px; }
.holder a 
{
        font-size: 13px;
    cursor: pointer;
    margin: 0 4px;
    color: #222222;
    background-color: #fff;
    padding: 5px 9px;
    border-radius: 50%;
    border: 1px solid rgba(128, 128, 128, 0.33);
}
.holder a:hover,
.holder a.jp-current, a.jp-current:hover
{
    background-color: #1d8ae1;
    color: white;
}
.jp-previous{background: url(../images/nav_l.png)center no-repeat !important; padding: 6px 7px !important; border: none !important; margin: 0px 23px !important;}
.jp-next{background: url(../images/nav_r.png)center no-repeat !important;padding: 6px 7px !important; border: none !important; margin: 0px 23px !important;}
.holder a.jp-previous {}
.holder a.jp-next { }
.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(4n+1)
{
    clear: both;
}
ul.jpage_items > li:nth-child(4n)
{
    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 */