.jcarousel-wrapper {
   float:left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #e8e8e6;
	 width: 338px;
	 padding:8px 19px;
	margin-top:10px;
}

/** Carousel **/

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

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

.jcarousel li {
	width:100px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 60px;
    margin-top: -15px;
    width: 15px;
    height: 25px;
    text-align: center;
    background: #3b5998;
    text-decoration: none !important;
    text-shadow: 0 0 1px #000;
    font: 16px/21px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
	color:white !important;
}

.jcarousel-control-prev {
    left: 4px;
}

.jcarousel-control-next {
    right: 4px;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
	text-decoration: none;
	color:white !important;
	background: #2c4a87 !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;
}

