/* Carousel CSS Starts */

#carousel {
	position: relative;
	
}

#caro_left {
	position: absolute;
	top: 22px;
	left: -10px;
}

#caro_right {
	position: absolute;
	top: 22px;
	right: -10px;
}

#caro_images1 {
	position: relative;
	overflow: scroll; /* Show scrollbars for graceful degradation when javascript is disabled. We'll change this to "hidden" in the javascript */
	height: 74px; /* carousel collapses on resize without this */
	padding: 7px 0px;
}

#caro_images2 {
	white-space: nowrap; 
	position: absolute;
	padding: 0px 6px;
}

#caro_images2 img {
	border: 0;
	vertical-align: middle;
	padding: 0px 10px;
}

/* Carousel CSS Ends */

/*  cs11_carousel  */

.cs11_carousel {
	margin:0 12px 16px 12px;
	max-width:820px;
}

.cs11_carousel h3 {
	color:#fff;
	padding:5px 10px 5px 10px;
	margin:0px;
}

/*  End of cs11_carousel */
