.holder {
    margin: 0;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #fff !important;
    background-color: rgb(134, 97, 30);
    padding: 11px 13px;
    width: 40px;
    text-decoration: none;
    border-radius: 100%;
    height: 40px;
    display: inline-block;
}

.holder a:hover {
	background-color: #ffe9b8;
	color: #86611e !important;
}

.holder a.jp-previous::before {
    content: '\f100 '; 
/*    color: #fff;*/
    font-family: FontAwesome;
}
.holder a.jp-next::before { 
    content: '\f101';
    text-indent: -99999px;
    font-family: FontAwesome;
}
.holder span { margin: 0 5px; }



/*
.holder a.jp-disabled:hover {
    color:#86611e !important;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:#ffe9b8;
      color:#86611e !important;
}*/

.holder a.jp-current,a.jp-current:hover {
    color:#86611e !important;
    font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#86611e;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:#ffe9b8;
     color:#86611e !important;
}