.jcarousel-wrapper {
    position: relative;
    height: 354px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    
}

.jcarousel .img {
    /* background-attachment: fixed; */
    background-position: center center;
    background-size: cover;
    height: 354px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    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 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    text-align: right;
}

.jcarousel-pagination a {
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: #444 1px 1px 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    width: 15px;
    line-height: 1em;
    background: none;
    text-align: center;
    padding-top: 2px;
    text-indent: -9999px;
    margin-right: 5px;
}

.jcarousel-pagination a.active, .jcarousel-pagination a:hover {
    background: #eab819;
    color: #fff;
    opacity: 1;
}

.jcarousel-content { }
.jcarousel-content .jcarousel-box { background: rgba(18, 48, 100, 0.95); bottom: 25px; color: #fff; left: 0; padding: 15px 30px; position: absolute; max-width: 450px; }
.jcarousel-content .jcarousel-box h1, .jcarousel-content .box h2, .jcarousel-content .box h3 { color: #fff; font-size: 22px; margin-bottom: 0.5em; }
.jcarousel-content .jcarousel-box ul { margin-left: 15px; }
.jcarousel-content .jcarousel-box ul li { display: list-item; float: none; list-style: circle; line-height: 1.75em; }
