				
/* 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-carousel3.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin-top:0px;
	position:relative; 
}

#clip_themen {
  	margin-top:0px;
}

/**
 * ==============================================================================
 * 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:14px;
	width:10000000px;
	position:relative;
	z-index:1;
}

.carousel-component {
    padding:0px;
    position:relative;
  	overflow:hidden;   /* causes the clipping */
  	display:none;
}
#themen.carousel-list li { 
    margin-left:0px;
    float:left;
  	list-style:none;
  	overflow:hidden;
    width:940px; 
    height:297px; 
	  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 */
}

#themen.carousel-list li div { 
    border:0px;
    display:block; 
    color:#666666;
    font-size:12px;
}

#themen.carousel-list li div a { 
    border:0px;
    display:block; 
    color:#ff6600;
    font-size:12px;
}

