
.jcarousel-wrapper {
    position: relative;
}
.jcarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.jcarousel li {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.jcarousel img {
    display: block;
    height: auto;
    max-width: 100%;
}
.jcarousel-control-prev, .jcarousel-control-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 4px #f0efe7;
    color: #fff;
    font: 24px/27px Arial,sans-serif;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 50%;
    width: 30px;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
    text-decoration: none;
}
.jcarousel-pagination {
    bottom: 20px;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translate(-50%, 0px);
}
.jcarousel-pagination a {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 2px #4e443c;
    color: #4e443c;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    line-height: 10px;
    margin-right: 7px;
    text-decoration: none;
    text-indent: -9999px;
    width: 10px;
}
.jcarousel-pagination a.active {
    background: #4e443c none repeat scroll 0 0;
    box-shadow: 0 0 2px #f0efe7;
    color: #fff;
    opacity: 1;
}
