.jcarousel-wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 11px 35px 10px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 140px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    width: 130px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 22px;
    height: 22px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #818181), color-stop(1, #55575B));
    background-image: -o-linear-gradient(bottom, #818181 0%, #55575B 100%);
    background-image: -moz-linear-gradient(bottom, #818181 0%, #55575B 100%);
    background-image: -webkit-linear-gradient(bottom, #818181 0%, #55575B 100%);
    background-image: -ms-linear-gradient(bottom, #818181 0%, #55575B 100%);
    background-image: linear-gradient(to bottom, #818181 0%, #55575B 100%);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;
}

.jcarousel-control-prev {
    left: 7px;
}

.jcarousel-control-next {
    right: 7px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {color: #fff;}