/* Begin Jpage */
.holder{margin: 0;text-align: center;}
.holder a{font-size: 13px;cursor: pointer !important;margin: 0 2px;color: #8c8c8c;width: 30px;height: 30px;display: inline-block;vertical-align: top;box-sizing: border-box;background-color: transparent;text-align: center;line-height: 30px;border: 1px solid #0060f1;}
.holder a:hover, .holder a.jp-current, a.jp-current:hover{background-color: #0060f1;color: white;}
.holder a.jp-previous{margin-right: 5px;background: url(../images/prev-page.png) no-repeat center;}
.holder a.jp-next{margin-left: 5px;background: url(../images/next-page.png) no-repeat center;}
.holder a.jp-previous:hover{background: url(../images/prev-page-hv.png) #0060f1 no-repeat center;}
.holder a.jp-next:hover{background: url(../images/next-page-hv.png) #0060f1 no-repeat center;}
.holder a.jp-first, .holder a.jp-last{width: auto;padding: 0px 5px;color: #313131;}
.holder a.jp-first{}
.holder a.jp-last{}
.holder a.jp-first:hover{color: #fff;}
.holder a.jp-last:hover{color: #fff;}
.holder a.jp-current, a.jp-current:hover{background: #0060f1;color: #fff;}
.holder span{margin: 0 5px;}
ul.jpage_items{list-style: none;padding: 0px;margin: auto;min-height: auto !important;}
ul.jpage_items > li{float: left;margin-right: 30px;margin-bottom: 30px;}
ul.jpage_items > li:nth-child(3n+1){clear: both;}
ul.jpage_items > li:nth-child(3n){margin-right: 0px;}
.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 Jpage */