.jc1-wrapper {
    position: relative; left: 0; top: 0;
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px auto;
}

/** Carousel **/

.jc1{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

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

.jc1 li {
    float: left;
    position: relative; left: 0; top: 0;
    width: 350px;
}

.jc1 li span{
    display: block;
    text-align: center;
    margin: 12px 0 4px 0;
    font-size: 14px;
    color: #707070;
}

.jc1 .image{
    position: relative; left: 0; top: 0;
    z-index: 10;
}

/** Carousel Controls **/

.jc1-pagination-wrap{
    padding: 0;
    z-index: 16;
    position: relative;
    text-align: center;
}

.jc1-pagination{
}

.jc1-pagination a{
    display: inline-block;
    text-indent: -9999px;
    background: url('/resources/images/products/slide.png') no-repeat center center;
    height: 20px;
    width: 20px;
    padding: 3px 5px 0 5px;
    margin-left: 10px;
}

.jc1-pagination a:first-child{
    margin-left: 0;
}

.jc1-pagination a.active {
    background: url('/resources/images/products/slide_a.png') no-repeat center center;
}

@media (max-width: 991px){

    .jc1-pagination a{
        margin-left: 20px;
    }
}