.carousel-component-inactiondett-video .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative;
}
.carousel-component-inactiondett-video { 	
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */	
	padding:0px;
}

.carousel-component-inactiondett-video ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
	margin:0px 3px 0 0;
	padding:0px;
}

.carousel-component-inactiondett-video .carousel-list li { 
	list-style:none;
	overflow:hidden;  
	text-align:center;
	float:left;
	width:90px;
	margin:3px 0px -12px 3px;
}

.carousel-component-inactiondett-video .carousel-list li img { 
	display:block; 
}
								
.carousel-component-inactiondett-video .carousel-prev { 
	/*position:absolute;
	top:0px;*/
	width:26px;
	z-index:3;
	cursor:pointer; 
	left:0px; 
}

.carousel-component-inactiondett-video .carousel-next { 
	/*position:absolute;
	top:0px;*/
	width:26px;
	z-index:3;
	cursor:pointer; 
	right:0px;   
}