.jcarousel-list{ min-width:8500px !important;}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 96%;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin: 0px 24px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal > div{ width:auto; display:table-cell; vertical-align: middle; height:65px; padding:10px 0;}
.jcarousel-skin-tango .jcarousel-item-horizontal img{ width:auto; height:45px;}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: -15px;
    width: 15px;
    height: 32px;
    cursor: pointer;
    background:url(../images/right_arrow.png) no-repeat left top;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 15px;
    height: 32px;
    cursor: pointer;
    background: url(../images/left_arrow.png) no-repeat left top;
}

