.jc1-wrapper{
    position: relative; left: 0; top: 0;
    padding: 0 50px;
}

/** 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: 220px;
}

.jc1 .image{
    position: relative; left: 0; top: 0;
    z-index: 10;
    width: 210px; height: 220px;
}

.jc1 .text2,
.jc1 .text2:hover{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    text-decoration: none;
    text-align: center;
    width: 210px;
}

/** Carousel Controls **/

.jc1-control-prev,
.jc1-control-next {
    display: block;
    background: url(/resources/images/index/06.gif) no-repeat center center;
    width: 30px;
    height: 100%;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16;
}

.jc1-control-prev:hover,
.jc1-control-next:hover{
    background-color: #f8f8f8;
    text-decoration: none;
}

.jc1-control-next {
    background: url('/resources/images/index/07.gif') no-repeat center center;
    position: absolute;
    left: auto;
    right: 0;
}

@media (max-width: 767px){

    .jc1-wrapper {
        width: 100%;
        padding: 0 60px;
    }

    .jc1-control-prev,
    .jc1-control-next {
        width: 60px;
    }

    .jc1 li{
        width: 110px;
    }

    .jc1 .text2,
    .jc1 .text2:hover{
        display: block;
        font-size: 14px;
        line-height: normal;
        width: auto;
        margin: 0 5px;
    }
}

@media (max-width: 375px){
    .jc1 li{
        width: 80px;
    }
}

@media (max-width: 320px){
    .jc1 li{
        width: 75px;
    }
}