.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative;
}

.carousel-component {
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */	
	padding:0px;
	-moz-border-radius:6px;
	background:#f3f3f3;
}

.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
	margin:0px;
	padding:0px;
	line-height:0px;
	list-style:none;
	text-align:center;
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;  
	text-align:center;
	margin:0px;
	font:12px Helvetica, Arial, sans-serif;
	width:211px;
	height:100%;
	float:left;
	
}

.carousel-component .carousel-list li img{ 
}

.carousel-component .carousel-prev { 
	/*top:0px;*/
	z-index:3;
	cursor:pointer; 
	width:21px;
	/*left:0px; */
}

.carousel-component .carousel-next { 
	/*top:0px;*/
	z-index:3;
	cursor:pointer; 
	width:21px;
}