.jbanner-wrapper {    position: relative;}

/* jCarousel*/
.jbanner { position: relative; overflow: hidden; }
.jbanner > div { width: 20000em; position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none; margin: 0; padding: 0; }
.jbanner div div {
    /* Required only for block elements like <li>'s */
    float: left;
    margin: 0;
    display: inline-block;
}


.jbanner-control-prev,
.jbanner-control-next {
    position: absolute;
    top: 210px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jbanner-control-prev {
    right: 40px;
}

.jbanner-control-next {
    right: 5px;
}

.jbanner-control-prev:hover span,
.jbanner-control-next:hover span {
    display: block;
}

.jbanner-control-prev.inactive,
.jbanner-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jbanner-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jbanner-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
