.jcarousel-wrapper {
    position: relative; margin:0px; padding:0px;
}
/** Carousel **/

.box-content { position:relative; }
.jcarousel {
    position: relative;
   overflow: hidden; margin:0px; padding:0px;
}

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

.jcarousel li {
    float: left;
	width:auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /*width:auto!important; margin-right:15px!important;*/
}
.jcarousel li:last-child { margin-right:0px; }
.jcarousel img {
   display: block;
}

/** Carousel Controls **/
.carousel-controls {
    z-index: 10; overflow:hidden;
}




/** Carousel Pagination **/

@media only screen and (max-width:767px) {
.jcarousel { padding-top:50px; overflow:inherit; }
.carousel-controls { width:100%; top:30px; }
.jcarousel-control-next { float:right !important;} 
}
@media only screen and (max-width:480px) {
.carousel-controls { top:0px; }
}