/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
    .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/* responsive slider nav*/
a.centered-btns_nav.centered-btns1_nav.next {
    float: right;
    color: #5383AD;
    font-weight: 900;
    font-size: 30px;
    font-family: monospace;
    margin-right: 10px;
    text-decoration: none;
}

    a.centered-btns_nav.centered-btns1_nav.next:hover {
        color: #C89C39;
    }

a.centered-btns_nav.centered-btns1_nav.prev {
    float: left;
    color: #5383AD;
    font-weight: 900;
    font-size: 30px;
    font-family: monospace;
    margin-left: 10px;
    text-decoration: none;
}

    a.centered-btns_nav.centered-btns1_nav.prev:hover {
        color: #C89C39;
    }
.centered-btns_tabs {
    /* margin-top: -20px; */
    text-align: right;
    background: #DDDDDD;
    height:40px;
    /* position: relative; */
    /* bottom: 0; */
    /* z-index: 2; */
}

    .centered-btns_tabs li {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 5px;
    }
       
.centered-btns_tabs a {
    text-indent: 9999px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    _display: block;
    margin-top: 9px;
    margin-right: 15px;
    width: 20px;
    /* color: black; */
    height: 20px;
    background: #5383AD;
}
        .centered-btns_tabs a:hover {
            background: #C89C39;
        }

.centered-btns_here a {
    background: #C89C39;
    text-decoration:underline !important;
}

.centered-btns_tabs {
    overflow-x: hidden;
}

.main-body a.centered-btns_nav.centered-btns1_nav.prev {
    height: 40px;
    padding: 3px 13px;
    background: #ddd;
    font-size: 28px;
    margin-left: 0;
}

.main-body a.centered-btns_nav.centered-btns1_nav.next {
    height: 40px;
    padding: 3px 13px;
    background: #ddd;
    font-size: 28px;
    margin-right: 0;
}

.main-body .centered-btns_tabs a {
    margin-top: 16px;
    margin-right: 12px;
    width: 11px;
    height: 11px;
}

.main-body .centered-btns_here a {
    position: relative;
}

    .main-body .centered-btns_here a:after {
        /*height: 2px;
        width: 12px;
        background: #C89C39;
        display: block;
        position: absolute;
        left: 0px;
        top: 16px;
        content: '';*/
        /* No gold underline on responsive slide buttons */
    }
