/* Default classes for clearing float, also clearing the end without presentational markup*/
.clear { clear: both; }
.cLeft { clear: left; }
.cRight { clear: right; }
.cEnd {
    /* clear fix without presentational markup. Mostly use .cEnd class for the float container. But when lotta containers
    in one selector, add it directly here like #propertyEntry div */
    display: inline-table;
    /* Hides from IE-mac \*/
    height: 1%;
    display: block;
    /* End hide from IE-mac */
}
html>body .cEnd {
    height: auto;
	background-color:none;
}
.cEnd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#jcl-demo .custom-container  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;
}

#jcl-demo .custom-container button {
    float: left;
}

.prev {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    text-decoration: none;
	background:url(../images/previous.gif);
	margin-top:60px;
	border:none;
	cursor:pointer;
}
.next {
	width: 35px;
    height: 35px;
    background:url(../images/next.gif);
	margin-top:60px;
	border:none;
	cursor:pointer;
}
    #jcl-demo a.next:hover {
        background-image: url("/image/next.gif");
    }
    #jcl-demo a.prev:hover {
        background-image: url("image/previous.gif");
    }
    #jcl-demo a:hover, #jcl-demo a:active {
        border: none;
        outline: none;
    }

#jcl-demo .carousel {
  
    float: left;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}
    #jcl-demo .carousel ul {
        margin: 0;
    }
        #jcl-demo .carousel li img,
        #jcl-demo .carousel li {
            background-color: #fff;
			width:175px;
margin: 10px;
font-family:Arial, Helvetica, sans-serif; font-weight:bold;
font-size:11px;
text-align:center;
        }

#jcl-demo .widget img {
    cursor: pointer;
}
#jcl-demo .mid {
    margin-left: 80px;

}
#jcl-demo .vertical {
    margin-left: 170px;
}
#jcl-demo .vertical .carousel {   /* so that in IE 6, the carousel div doesnt expand to fill the space */

}
#jcl-demo .imageSlider li img,
#jcl-demo .imageSlider li p,
#jcl-demo .imageSliderExt li img ,
#jcl-demo .imageSliderExt li p {
}