.jcarousel-wrapper {
    position: relative;
    
}

/** Carousel **/

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

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

.jcarouselRight li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

/** Carousel Controls **/

.jcarouselRight-control-prev,
.jcarouselRight-control-next {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    
}

.jcarouselRight-control-prev {
    left: -45px;
}

.jcarouselRight-control-next {
    right: 10px;
}

/** Carousel Pagination **/

.jcarouselRight-pagination {
    position: absolute;
    bottom: -25px;
    left:42px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

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

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

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

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarouselRight-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/** Carousel Left **/

    .jcarouselLeft {
        position: relative;
        overflow: hidden;
        width:375px;
    }

    .jcarouselLeft ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left:35px!important;
    }

    .jcarouselLeft li {
    
        float: left;
    }

    .jcarouselLeft li .sliderItem
    {
    
        width: 325px!important;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color:#f7f7f7;
        padding:10px 20px;
        height:154px;
    }

    .jcarouselLeft li .sliderItem h4
    {
        margin-top:0px;
        padding-top:0px;
        font-size:22px;
    }

        /** Carousel Controls **/

        .jcarouselLeft-control-prev,
        .jcarouselLeft-control-next {
            position: absolute;
            top: 50%;
            margin-top: -5px;
            width: 30px;
            height: 30px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0 0 1px #000;
            font: 24px/27px Arial, sans-serif;
    
        }

        .jcarouselLeft-control-prev {
            left: 0px;
        }

        .jcarouselLeft-control-next {
            right: -35px;
        }

        /** Carousel Pagination **/

        .jcarouselLeft-pagination {
            position: absolute;
            bottom: -25px;
            left:70px;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            margin: 0;
        }

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

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

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

            margin-right: 7px;


            -webkit-box-shadow: 0 0 2px #4E443C;
            -moz-box-shadow: 0 0 2px #4E443C;
            box-shadow: 0 0 2px #4E443C;
        }

        .jcarouselLeft-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;

            -webkit-box-shadow: 0 0 2px #F0EFE7;
            -moz-box-shadow: 0 0 2px #F0EFE7;
            box-shadow: 0 0 2px #F0EFE7;
        }


/** Carousel Layout **/

.layout-details .jcarousel-wrapper 
{
    height:auto;
    width:100%;
}

.jcarouselLayout {
    position: relative;
    overflow: hidden;
    
}

.jcarouselLayout ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left:0px!important;
}

.jcarouselLayout li {
    
    float: left;
    background-color: gray;
}

.jcarouselLayout li .sliderItem
{
    
    width: 325px!important;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color:#f7f7f7;
    padding:10px 20px;
    height:154px;
}


/** Carousel Controls **/

.jcarouselLayout-control-prev,
.jcarouselLayout-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    
}

.jcarouselLayout-control-prev {
    left: 20px;
}

.jcarouselLayout-control-next {
    right: 25px;
    z-index:2000;
}

/** Carousel Pagination **/

.jcarouselLayout-pagination {
    position: absolute;
    margin: 10px 0px 0px 0px;

    
}

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

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

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

    margin-right: 7px;
    margin-bottom:7px;

    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarouselLayout-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}



/** Carousel Left **/

    .jcarouselPage {
        position: relative;
        overflow: hidden;
        width:670px;
        margin:20px 0px 40px 0px;
    }

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

    .jcarouselPage li {
    
        float: left;
    }

    .jcarouselPage li .sliderItem
    {
    
        width: 670px!important;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color:#f7f7f7;
        padding:10px 20px;
    }

    .jcarouselPage li .sliderItem h4
    {
        margin-top:0px;
        padding-top:0px;
        font-size:22px;
    }

        /** Carousel Controls **/

        .jcarouselPage-control-prev,
        .jcarouselPage-control-next {
            position: absolute;
            top: 50%;
            margin-top: -5px;
            width: 30px;
            height: 30px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0 0 1px #000;
            font: 24px/27px Arial, sans-serif;
    
        }

        .jcarouselPage-control-prev {
            left: 10px;
        }

        .jcarouselPage-control-next {
            right: 120px;
        }

        /** Carousel Pagination **/

        .jcarouselPage-pagination {
            position: absolute;
            bottom: -25px;
            left:17px;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            margin: 0;
        }

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

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

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

            margin-right: 7px;


            -webkit-box-shadow: 0 0 2px #4E443C;
            -moz-box-shadow: 0 0 2px #4E443C;
            box-shadow: 0 0 2px #4E443C;
        }

        .jcarouselPage-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;

            -webkit-box-shadow: 0 0 2px #F0EFE7;
            -moz-box-shadow: 0 0 2px #F0EFE7;
            box-shadow: 0 0 2px #F0EFE7;
        }