.jcarousel-skin-default .jcarousel {
    position: relative;
    overflow: hidden;
    width: 960px;
    height: 310px;
    /*border: 1px solid #000;*/
    padding-bottom: 15px;
}

.jcarousel-skin-default ul {
    width: 19200px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-default li {
    float: left;
    margin: 0;
    padding: 0;
    width: 960px;
}

*[dir=rtl] .jcarousel-skin-default li {
    float: right;
    margin: 0;
    padding: 0;
    width: 960px;
}

/** Custom **/

.jcarousel-skin-default li img {
    border: 0;
}

.jcarousel .controls .pages {
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}

    .jcarousel .controls .pages .page {
        width: 10px;
        height: 10px;
        margin: 10px;
        outline: none;
        display: inline-block;
        border-radius: 5px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: rgba(0, 0, 0, 0.4);
    }

        .jcarousel .controls .pages .page:hover {
            background: rgba(0, 0, 0, 0.6);
        }

        .jcarousel .controls .pages .page .active {
            background: black;
        }

.jcarousel .controls .prev, .jcarousel .controls .next {
    font-size: 40px;
    font-weight: 200;
    line-height: 32px;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.4);
}

    .jcarousel .controls .prev:hover, .carousel .controls .next:hover {
        color: white;
        background: rgba(0, 0, 0, 0.6);
    }

.jcarousel .controls .prev {
    top: 45%;
    left: 15px;
    text-align: center;
}

.jcarousel .controls .next {
    top: 45%;
    right: 15px;
    text-align: center;
}
