
#banner-fade {
    float: left;
    width: 100%;
    height: 270px;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    color: #000;
    text-decoration: none;
}

/*ul.bjqs-controls.v-centered li a:hover {
        background: #000;
        color: #fff;
    }*/

ol.bjqs-markers li a {
    padding: 5px 10px;
    background: #cb3e47;
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    border-right: 1px solid rgba(255,255,255,0.5);
}

    ol.bjqs-markers li.active-marker a,
    ol.bjqs-markers li a:hover {
        background: #a11f27;
    }

p.bjqs-caption {
    background: rgba(255,255,255,0.5);
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 270px;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

    li.bjqs-slide img {
        width: 740px;
        height: 250px;
    }

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: 0;
        width: 40px;
        height: 25px;
        background-color: #cb3e47;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        color: #fff;
        border-left: 1px solid rgba(255,255,255,0.5);
        line-height: 25px;
        margin-top: -25px;
        z-index: 1;
        background-color: #cb3e47;
    }

        ul.bjqs-controls.v-centered li.bjqs-next a:hover {
            background-color: #a11f27;
        }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        position: absolute;
        right: 40px;
        width: 40px;
        height: 25px;
        background-color: #cb3e47;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        text-align: center;
        line-height: 25px;
        margin-top: -25px;
        z-index: 1;
        background-color: #cb3e47;
    }

        ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
            background-color: #a11f27;
        }

ol.bjqs-markers {
    position: absolute;
    list-style: none;
    margin-top: -25px;
    background-color: #cb3e47;
    left: 0;
    right: 80px;
    padding:0;
}

    ol.bjqs-markers.h-centered {
        text-align: right;
    }

    ol.bjqs-markers li {
        display: inline;
    }

        ol.bjqs-markers li a {
            display: inline-block;
        }

p.bjqs-caption {
    display: none;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}
