.carousel-component { 
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
	margin:0px;
}
			

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	width:83px;
	height:93px;
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}

.carousel-component .carousel-clip-region { 
	position:relative; 
	left:-0px;
	overflow:hidden; /* Secret to the clipping */
	margin:0px;
}
		
.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}
			
.carousel-prev {
	float:left;
	cursor:pointer; 
	position:relative;
}
			
.carousel-next { 
	float:right;
	cursor:pointer; 
	position:relative;
}
