.jcarousel-wrapper {
    margin: 30px 0 0 0;
    position: relative;
    padding: 0 20px;
   
}

/** Carousel **/

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

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

.jcarousel li {
    width: 170px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: -webkit-center;
    text-align: -moz-center;
    
}

.jcarousel img {
    display: block;
    /*max-width: 111px;
    max-height: 138px;
    height: auto !important;*/
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #39AFCE;
    color: #fff;
    text-decoration: none;
    font: 22px/31px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
a.jcarousel-control-prev, a.jcarousel-control-next {
    text-decoration: none;
}

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

a:hover.jcarousel-control-prev, a:hover.jcarousel-control-next {
    text-decoration: none;
    color:#ffffff;
}

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

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: relative;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    background: #eeeeee;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 50%;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 12px;
    height: 13px;
    width: 13px;
    line-height: 20px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 8px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #ac0300;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

@media (max-width: 425px){
.jcarousel li {width: 142px;}
.jcarousel-wrapper {padding: 0 0px;}
}
    
 @media (max-width: 360px){
.jcarousel ul {margin: 0 0 0 10px;}
.jcarousel li {width: 150px;padding: 0 5px 0 6px;}
.jcarousel-wrapper {padding: 0 0px;}
 }   