#jcl-demo .carousel {
/*
    border: 1px solid;
    border-radius: 10px;
    background-color: ghostwhite;
	 background-color:#0081c5;
*/	

    float: left;
    padding-left: 0px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
	height:300px;
	text-align:justify;
	text-decoration:none;
	



	
}


#jcl-demo .carousel2 {
/*
    border: 1px solid;
    border-radius: 10px;
*/	
    float: left;
    padding-left: 0px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
	height:300px;
	text-align:justify;
	text-decoration:none;
	
}

#jcl-demo .carousel3 {
/*
    border: 1px solid;
    border-radius: 10px;
*/	 float: left;
    padding-left: 0px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
	height:300px;
	text-align:justify;
	text-decoration:none;
	
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    #jcl-demo .carousel>ul>li>img {
       
       
        vertical-align:middle;

        /* optional */
        margin: 10px 10px 10px 10px;
        border-radius: 5px;
		


    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    #jcl-demo .carousel>ul>li>p {
		 width:220px;
        /*
		width: 50px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
		 padding: 10px;
		*/
		color:#F0F0F0;		
		margin: 10px 10px 10px 10px;
       	text-align:justify;
		text-decoration:none;
    }
	
	  #jcl-demo .carousel2>ul>li>p {
		 width:350px;
        /*
		width: 50px;
        height: 98px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
		 padding: 10px;
		*/
		color:#F0F0F0;
		font-weight:100;
       
    }


  #jcl-demo .carousel3>ul>li>p{        
		width: 50px;
        height: 98px;
        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
	 	padding: 10px;		
    }
	

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.prev, #jcl-demo a.next, #jcl-demo a.go {
    display: block;
    width: 32px;
    height: 30px;
    line-height: 1;

    background-color: #0081c5;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 28px;

    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: 120px -5px 0 0;
        text-indent: 7px;
    }
    #jcl-demo a.next {
        margin: 120px 0 0 0px;
        text-indent: 15px;
    }
        #jcl-demo a.prev:hover, #jcl-demo a.next:hover, #jcl-demo a.go:hover {
            background-color: #FF6600;
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-demo .externalControl button,
#jcl-demo .imageSliderExt button {
    margin: 5px 5px 10px 10px;
}
#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: 150px;
   
}
#jcl-demo .vertical {
    margin-left: 170px;
}






#jcl-demo .imageSlider .carousel>ul>li>img,
#jcl-demo .imageSliderExt .carousel>ul>li>img {
    width: 350px;
	height:300px;

   
}
#jcl-demo .imageSlider .carousel>ul>li>p,
#jcl-demo .imageSliderExt .carousel>ul>li>p {

    width: 250px;
    height: 300px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:15px;

}

#jcl-demo .imageSlider2 .carousel2>ul>li>p,
#jcl-demo .imageSliderExt2 .carousel2>ul>li>p {

    width: 150px;
    height: 300px;

}

#jcl-demo .imageSlider2 .carousel2>ul>li>img,
#jcl-demo .imageSliderExt2 .carousel2>ul>li>img {
    width: 150px;
	height:300px;
}

#jcl-demo .imageSlider3 .carousel3>ul>li>img,
#jcl-demo .imageSliderExt3 .carousel3>ul>li>img {
    width: 120px;
	height:300px;
}


/* Other common styles */

.clear {
    clear: both;
}