.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 214px;
    width: 50px;
    height: 60px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: -1px;
    background: url('../img/prev-video-img.png') center no-repeat;
}

.jcarousel-control-next {
    right: -1px;
    background: url('../img/next-video-img.png') center no-repeat; 
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -48px;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-left: -100px;
}

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

    font-size: 11px;
    height: 18px;
    width: 18px;
    line-height: 10px;

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

    margin-right: 7px;
    background: url('../img/bullet.png') no-repeat 0 0;
}

.jcarousel-pagination a.active {
    background: url('../img/bullet.png') no-repeat -24px 0;
}