#jcl-demo{ display:inline-block; margin:0 0 40px;}
#jcl-demo .carousel {
    float: left;
    padding-left: 10px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    #jcl-demo .carousel>ul>li>img {
        display:inherit;

    }
	#jcl-demo .carousel>ul>li{ margin:0 12px; padding:0px; display:table;}
	#jcl-demo .carousel>ul>li>div{ width:105px; height:32px; display:table-cell; vertical-align:middle;}
    /* Styling for text based carousel content. Only width and height are mandatory */
    #jcl-demo .carousel>ul>li>p {
        width: 130px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
        background-color: #fff;
        padding: 10px;
    }

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;

    background-color: #333333;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;

    border-radius: 8px;
    float: left;
}
#jcl-demo a.prev{ background:url(../images/slider_arrow_left.png) no-repeat; float:left; width:18px; height:23px;}
#jcl-demo a.next{ background:url(../images/slider_arrow_right.png) no-repeat; float:left; width:18px; height:23px;}
    #jcl-demo a.prev.disabled, #jcl-demo a.next.disabled,
    #jcl-demo a.prev.disabled:hover, #jcl-demo a.next.disabled:hover {
        background-color: #8d8d8d;
        cursor: default;
    }
    #jcl-demo a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
    

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-demo .externalControl button,
#jcl-demo .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#jcl-demo .externalControl a.next, #jcl-demo .externalControl a.prev, #jcl-demo .externalControl a.go,
#jcl-demo .imageSliderExt a.next, #jcl-demo .imageSliderExt a.prev, #jcl-demo .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#jcl-demo .widget img {
    cursor: pointer;
}
#jcl-demo .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-demo .vertical {
    margin-left: 170px;
}

#jcl-demo .imageSlider .carousel>ul>li>img,
#jcl-demo .imageSliderExt .carousel>ul>li>img {
    width: 400px;
    height: 300px;
}
#jcl-demo .imageSlider .carousel>ul>li>p,
#jcl-demo .imageSliderExt .carousel>ul>li>p {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}






.default .carousel2 {
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: ghostwhite;
    float: left;
    padding-left: 10px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    .default .carousel2>ul>li>img {
        width: 180px;
        height: 118px;
        vertical-align:middle;

        /* optional */
        margin: 10px 10px 10px 0;
        border-radius: 5px;
    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    .default .carousel2>ul>li>p {
        width: 130px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
        background-color: #fff;
        padding: 10px;
    }

/* Styles for PREV and NEXT anchor buttons */
.default a.prev2, .default a.next2, .default a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;

    background-color: #333333;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;

    border-radius: 8px;
    float: left;
}
    .default a.prev2.disabled, .default a.next2.disabled,
    .default a.prev2.disabled:hover, .default a.next2.disabled:hover {
        background-color: #8d8d8d;
        cursor: default;
    }
    .default a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
    .default a.prev2 {
        margin: 50px -5px 0 0;
        text-indent: 7px;
    }
    .default a.next2 {
        margin: 50px 0 0 -5px;
        text-indent: 10px;
    }
        .default a.prev2:hover, .default a.next2:hover, .default a.go:hover {
            background-color: #666666;
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

.default .externalControl button,
.default .imageSliderExt button {
    margin: 5px 5px 0 0;
}
.default .externalControl a.next2, .default .externalControl a.prev2, .default .externalControl a.go,
.default .imageSliderExt a.next2, .default .imageSliderExt a.prev2, .default .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

.default .widget img {
    cursor: pointer;
}
.default .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
.default .vertical {
    margin-left: 170px;
}

.default .imageSlider .carousel2>ul>li>img,
.default .imageSliderExt .carousel2>ul>li>img {
    width: 400px;
    height: 300px;
}
.default .imageSlider .carousel2>ul>li>p,
.default .imageSliderExt .carousel2>ul>li>p {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}