#prev-arrow-container { padding-top: 11px; float: left; width: 20px; }
#next-arrow-container { padding-top: 11px; float: right; width: 20px; }

.thumb { width: 74px; height: 74px; }
#p_suche_carousel { float:left; width: 150px; margin: 10px 15px 0 15px; text-align: center; }
#p_suche_carousel a, #p_suche_carousel a:link, #p_suche_carousel a:visited, #p_suche_carousel a:hover { color: #FFF; line-height: 1.1em;} 
#next-arrow, #prev-arrow { cursor:pointer; }

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	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 { 
	padding:0px;
	color:#618cbe;
	width: 232px;
	margin: 0 auto;
}
.carousel-component ul.carousel-list { 
	margin:0;
	padding:0;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0 5px 0 0;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { }
.carousel-component ul.carousel-vertical { }

