.jcarousel-container-horizontal {
    width:100%;
    padding: 0px 54px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-horizontal {
    width:100%;
    height:116px;
}

.jcarousel-item {
    height:116px;
	padding:0 37px 0 0;
	width:195px;
}

/**
 *  Horizontal Buttons
 */
/*.jcarousel-next-horizontal {
    position:absolute;
    top:35px;
    right:0px;
    width:40px;
    height:43px;
    cursor:pointer;
	background:url(https://21b5e003d51723b9fa59-dbcbcec55b37b31bec7629ebd02c1daf.ssl.cf2.rackcdn.com/testi_right_arrow_png-1397077819) no-repeat left center;
}
.jcarousel-prev-horizontal {
    position:absolute;
    top:35px;
    left:0px;
    width:40px;
    height:43px;
    cursor: pointer;
	background:url(https://21b5e003d51723b9fa59-dbcbcec55b37b31bec7629ebd02c1daf.ssl.cf2.rackcdn.com/testi_left_arrow_png-1397077821) no-repeat left center;
}*/