.holder { margin: 15px 0; text-align: center; font-family: arial; }
.holder a 
{
    font-size: 12px;
    cursor: pointer;
    margin: 0 2px;
    color: #222222;
    background-color: transparent;
    padding: 5px 10px;
    border: 1px solid #0D7963;
}
.holder a:hover,
.holder a.jp-current, a.jp-current:hover
{
    background-color: #0D7963;
    color: white;
}
.holder a.jp-previous { margin-right: 2px; }
.holder a.jp-next { margin-left: 2px; }
.holder a.jp-disabled, a.jp-disabled {
    background-color: #cec9c9;
    color: #868484;
}
.holder a.jp-current, a.jp-current:hover,
{
    cursor: default;
    background: #0D7963;
    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 > li{width: 100%;max-width: 585px;float: left;margin-right: 30px;margin-bottom: 40px;}
ul.jpage_items > li:nth-child(2n+1){clear: both;}
ul.jpage_items > li:nth-child(2n){margin-right: 0px;}
ul.jpage_items > li .bds{max-width: 100% !important;width: 100% !important;float: none !important; margin: auto !important;}
ul.jpage_items > li .bds .pic-bds{float: left;margin-right: 30px;}
ul.jpage_items > li .bds .info-bds{float: left;width: calc(100% - 300px);}
ul.jpage_items > li .bds h3 a{margin-top: 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 */