<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#jcl-demo {
		border: 1px solid #D6D6D6;
		margin-bottom:50px;
}

#jcl-demo .carousel {
    /*border: 1px solid #D6D6D6;*/
    /*border-radius: 10px;*/
    background-color: #fff;
    float: left;
    padding-left: 3px;
		margin:0 auto;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

    #jcl-demo .carousel ul li.l1 { width: 140px; height: 220px; display:block; border:0px #000 solid; padding:0px 14px 15px 14px; vertical-align:middle; }
    #jcl-demo .carousel ul li.l2 { width: 140px; height: 220px; display:block; border:0px #000 solid; padding:0px 14px 15px 14px; vertical-align:middle; }
    #jcl-demo .carousel ul li a { font-size:11px; margin-top:20px!important; text-align:center; display:block; lin-height:110%; }
    #jcl-demo .carousel ul li img { max-width:120px; max-height:120px; margin:0 auto; text-align:center!important; display:block; margin-bottom:10px!important; }


/* Styling for image based carousel content. Only width and height are mandatory */
    #jcl-demo .carousel&gt;ul&gt;li&gt;img {
        width: 150px;
        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 */
    #jcl-demo .carousel&gt;ul&gt;li&gt;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.prev, #jcl-demo a.next, #jcl-demo a.go {
    display: block;
    width: 26px;
    height: 80px;
    line-height: 1;

    background-color: #999;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
		vertical-align:middle;
		text-align:center;

    /*border-radius: 8px;*/
    float: left;
}
    #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 {
        margin: 65px 5px 0 0;
        text-indent: 7px;
    }
    #jcl-demo a.next {
        margin: 65px 0 0 5px;
        text-indent: 10px;
    float: right;
    }
        #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;
    border-radius: 3px;
		vertical-align:middle;
}

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

#jcl-demo .imageSlider .carousel&gt;ul&gt;li&gt;img,
#jcl-demo .imageSliderExt .carousel&gt;ul&gt;li&gt;img {
    width: 700px;
    height: 300px;
}
#jcl-demo .imageSlider .carousel&gt;ul&gt;li&gt;p,
#jcl-demo .imageSliderExt .carousel&gt;ul&gt;li&gt;p {
    width: 680px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}</pre></body></html>