
/* HTML CAROUSEL */

/* BUTTONS */
/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component {
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list {
	width:10000000px;
	position:relative;
	z-index:1;
}

.carousel-component .carousel-list li {
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-clip-region {
	overflow:hidden;
	margin:0px auto;
	position:relative;
}