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

/** Carousel **/

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

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

.jc1 li {
    float: left;
    position: relative; left: 0; top: 0;
    margin: 0; padding: 0;
    text-align: center;

}

.jc1 li img{
    display: inline;
    max-height: 285px;
}

/** Carousel Controls **/

.jc1-pagination-wrap{
    padding: 0;;
    position: relative;
}

.jc1-pagination{
}

.jc1-pagination a{
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid transparent;
    width: 43px;
    height: 43px;
    border-radius: 4px;
    overflow: hidden;
}

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

.jc1-pagination a img{
    width: 65px;

}

.jc1-pagination a.active {
    border: 2px solid #4396F7;
}

@media (min-width: 992px) {

    .jc1 li img{
        max-height: 332px;
    }

    .jc1-pagination a{
        width: 72px;
        height: 72px;
    }
}