#jcl-demo{
	margin-left:auto;
	margin-right:auto;
	float:center;	
}
#jcl-demo .carousel {
    /*border: 1px solid #000;*/
    background-color: ghostwhite;
    float: left;
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden11;
    left: -5000px;
	width:1030px !important;
	height:360px !important;
	top:-40px;
}

/* Styling for image based carousel content. Only width and height are mandatory */
#jcl-demo .carousel>ul>li>img {
	/*width: 240px;
	height: 170px;*/
	vertical-align:middle;
	/*border-radius: 5px;*/
}

/* Styling for text based carousel content. Only width and height are mandatory */
#jcl-demo .carousel>ul>li>p {
	width: 257px;
	height: 340px;
	border-radius: 5px;
	line-height: normal;
	background-color: #fff;
	/*border:#f00 1px solid;*/
}

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo a.prev, #jcl-demo a.next, #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;
    float: left;
}
#jcl-demo .prev, #jcl-demo .next{
    top:200px !important;
}

#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: 50px -5px 0 0;
text-indent: 7px;
}
#jcl-demo a.next {
margin: 50px 0 0 -5px;
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;
    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: 257px;
    height: 280px;
}

#jcl-demo .carousel li{
	width:257px !important;
	height:360px;
	/*border:#f00 1px solid;*/
	overflow:hidden;
}

#jcl-demo .carousel .item{
	float:center;
	margin-left:auto;
	margin-right:auto;
	width:240px;
	height:170px;
	background:#000;
	/*border:#f00 1px solid;*/
	overflow:hidden;
	position:relative;
}


#jcl-demo .carousel .item .img{
	position:absolute;	
	z-index:10;
}


#jcl-demo .carousel .item .mask{
	position:absolute;	
	z-index:11;
	background:#000;
	width:241px;
	height:171px;
	display:none;
	opacity:0.4;webkit-opacity:0.4;-o-opacity:0.4;moz-opacity:0.4;
}

#jcl-demo .carousel .item .img *{
	margin:0;
	padding:0;
}

#jcl-demo .carousel .item .text{
	width:100%;
	position:absolute;	
	z-index:12;
	top:70px;
	text-align:center;
	display:none;
	/*opacity:0;webkit-opacity:0;-o-opacity:0;moz-opacity:0;*/
}
#jcl-demo .carousel .item:hover .text{
	/*opacity:1;webkit-opacity:1;-o-opacity:1;moz-opacity:1;*/
}

#jcl-demo .carousel .item .text *{
	display:block;
	color:#fff;
}

/* Other common styles */

.clear {
    clear: both;
}