.jcarousel-wrapper {
    margin: 1em auto .5em;
    padding-bottom: 2em;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 396px;
    margin: 0 32px;
}

.jcarousel-wrapper a.viewAll {position: absolute; bottom: 0; right: 0; margin-right: 6px;}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 150px;
    margin: 0 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.jcarousel li[style] {width: 150px!important;}*/

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    text-decoration: none;
    font: 2em "dabora-icons";
    opacity: .5;
display: block;
}

.jcarousel-control-prev:before,
.jcarousel-control-next:before {}

.jcarousel-control-prev:before {content: '\E904'; float: left; text-align: left; }
.jcarousel-control-next:before {content: '\E905'; float: right; text-align: right;}

.jcarousel-control-prev {
    left: 0; text-align: left;
}

.jcarousel-control-next {
    right: 0; text-align: right;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/* 1220 - Devices 1220px and less */

@media only screen and (max-width: 1240px) {

.jcarousel-wrapper {width: 90%; padding-bottom: 4em;}
.jcarousel {width: 100%; margin: 0;}

.jcarousel-control-prev, .jcarousel-control-next {opacity: .8;}
.jcarousel-pagination {bottom: 2em;}

}

/* 767 - Devices 727px and less */

@media only screen and (max-width: 767px) {



}
