
#manufacturers {
    height: 240px;
    width:1000px;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    padding: 0px;
    margin: auto;
}
.jcarousel ul li:before {
    content: "";
}
.jcarousel ul li{
    text-indent:0 !important;
    background: none !important;
}

.jcarousel li {
    padding-left: 30px;
}
.jcarousel li:first-child{
    padding-left: 10px;
}
.jcarousel-wrapper {
    margin: 0 auto;
    padding: 0 8px;	
    position: relative;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px

    width: 603px;
    height: 140px;*/
    /*height: 200px;*/
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.jcarousel li {
    float: left;
    width: 300px;
    /*height: 140px;*/
}

.jcarousel img {
    /*max-height: 100px;*/
    max-width: 300px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 61px; /* Fake vertical aligning */
}

/** Carousel Controls **/
.jcarousel-control-prev {
    position: absolute;
    top: 80px;
    width: 28px;
    height: 28px;
    background: url('/images/slider_arr_right.png') no-repeat top left;
}
.jcarousel-control-next {
    position: absolute;
    top: 80px;
    width: 28px;
    height: 28px;
    background: url('/images/slider_arr_left.png') no-repeat top left;
}

#manufacturers.jcarousel-control-next {
    position: absolute;
    top: 80px;
    width: 28px;
    height: 28px;
    background: url('/images/slider_arr_right.png') no-repeat top left;
}
#manufacturers.jcarousel-control-prev {
    position: absolute;
    top: 80px;
    width: 28px;
    height: 28px;
    background: url('/images/slider_arr_left.png') no-repeat top left;
}

.jcarousel-control-prev {
    left: 1px;
}

.jcarousel-control-next {
    right: -20px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}