.jcarousel-wrapper {margin:0px auto; position: relative; margin-left: 30px;}

/** Carousel **/
.jcarousel {position: relative; overflow: hidden; width: 100%;}

.jcarousel ul {width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; text-align:center;}

.jcarousel li {box-sizing: border-box;
    display: inline-table;
    float: left;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    width: 98px !important;}

.jcarousel li h3{margin-top:30px; font-size:15px; font-weight:200px;}

.jcarousel img { display: inline-block;
    height: 59px !important;
    margin-bottom: -20px;
    max-width: 98px;}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {position: relative; top:-48px; width: 20px; height: 20px; text-align: center; background: #FF0000; color: #fff; text-decoration: none; text-shadow: 0 0 1px #000; font: 24px/27px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px;  border-radius: 4px; border-radius:20px !important; line-height:18px !important;}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{background:#FF0000;}

.jcarousel-control-prev {right:24px;}
.jcarousel-control-next {right:-30px;}

a.jcarousel-control-prev,
a.jcarousel-control-next,
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover{color:#fff !important;}

/** Carousel Pagination **/
.jcarousel-pagination {position: absolute; bottom: -40px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); margin: 0; display:none;}

.jcarousel-pagination a {text-decoration: none; display: inline-block; border:1px solid #838698; font-size: 11px; height: 10px; width: 10px; line-height: 10px; background: #fff; color: #4E443C; border-radius: 10px; text-indent: -9999px; margin-right: 7px;}

.jcarousel-pagination a.active {background: #838698; color: #fff; opacity: 1;}
.jcarousel-control-prev{
	float:left;
	  
}
.jcarousel-control-next {
	float:right;
}