.jcarousel-wrapper {position: relative; padding:0 34px;}

/** Carousel **/

.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
.jcarousel li {width: 120px; float: left; text-align:center;}
.jcarousel img {display: block; max-width: 100%; height: auto !important;}

/** Carousel Controls **/
.jcarousel-control-prev, .jcarousel-control-next {display:block; width:17px; height:31px; position:absolute; top:20px;}
.jcarousel-control-prev {left: 0; background: url('../images/prev.png') no-repeat 0 0;}
.jcarousel-control-next {right: 0; background: url('../images/next.png') no-repeat 0 0;}


