.jcarousel-wrapper {
    margin: auto;
    position: relative;
    max-width: 605px;

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
    width: 603px;
    height: 117px;
    padding-top: 6px;
    padding-left: 6px;
    margin-left: 33px;
}

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

.jcarousel li {
    float: left;
    width: 150px;
    height: 100px;
    margin-right: 2px;
}

.jcarousel img {
    max-height: 100px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 35px;
    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;

}

.jcarousel-control-prev {
    left: -30px;
    top: 40px;
}

.jcarousel-control-next {
    right: -17px;
    top: 40px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    /*opacity: .5;*/
    cursor: default;
}

.jcarousel_img {
    position: absolute;
    background-image: url("../img/vendor2.png");
    background-position: 18px 34px;
    background-repeat: no-repeat;
    background-size: 663px 117px;
    width: 693px;
    height: 149px;
    margin-top: -42px;
    margin-left: -53px;
}

/* IE10 Consumer Preview */



