.jcarousel-wrapper {
    background-color: #000;
    margin: 60px 0;
    position: relative;
    border: 9px solid #fff;
    width: 720px;
    height: auto;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 720px;
    float: left;
}
.jcarousel li img {
    width: 720px;
    height: 380px;
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 165px;
    text-align: center;
    background: #ffae00;
    color: #ffffff;
    text-decoration: none;
    font: 27px Helvetica;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.jcarousel-control-prev { left: -33px; }
.jcarousel-control-next { right: -33px; }

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
    background-color: #06005b;
}
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: 0;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -30px;
    bottom: 24px;
    align-items: center;
}

.jcarousel-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;
}

.jcarousel-pagination a.active {
    background: #06005b;
    color: #fff;
    opacity: 1;
}




/* RESPONSIVE CARROSSEL */
