#jcl-demo
{
    float: none;
    margin: auto;
}
#jcl-demo .carousel {
    border: 1px solid #13313C;
    background-color: ghostwhite;
    padding-left: 10px;
    display: inline-block;

    /* 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>a>img {
        width: 90px;
        height: 110px;
        vertical-align:middle;
        border: 1px solid #AAA;
         /* optional */
        margin: 10px 10px 10px 0px;
    }

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.prev, #jcl-demo a.next, #jcl-demo a.go {
    display: inline-block;
    width: 38px;
    height: 109px;
    line-height: 1;
    background-color: #003851;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    vertical-align: top;
    font-size: 66px;
    margin: 0;
    outline: 0;
    padding-top: 25px;
    margin-left: -4px;
    margin-right: -4px;
}
    #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;
    }
    #jcl-demo a.prev {
        text-indent: 7px;
    }
    #jcl-demo a.next {
        text-indent: 10px;
    }
        #jcl-demo a.prev:hover, #jcl-demo a.next:hover, #jcl-demo a.go:hover {
            background-color: #666666;
        }

/* 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;
}

#jcl-demo .widget img {
    cursor: pointer;
}
#jcl-demo .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-demo .vertical {
    margin-left: 170px;
}

/* Other common styles */

.clear {
    clear: both;
}