				
/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 

#dhtml-carousel.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin-top:20px;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
	width:10000000px;
	position:relative;
	z-index:1;
}

.carousel-component {
    padding:0px;
    position:relative;
  	overflow:hidden;   /* causes the clipping */
  	display:none;
}
#kunden.carousel-list li { 
    margin-left:0px;
    float:left;
  	list-style:none;
  	overflow:hidden;
    width:90px; 
	  padding:0px;/* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

#kunden.carousel-list li img { 
    border:0px;
    display:block; 
}

