
.carousel-component { 
	overflow:hidden;
	float:left;
	width:126px;height:100px;
}
				
.carousel-component ul.carousel-list { 
	width:10000px;
	z-index:1;
	height:100px;
	float:left;
}


.carousel-component .carousel-list li img{
  width:126px;
  height:100px;
  float:left;
}

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

.carousel-component ul.carousel-vertical { 
	width:136px;float:left;
	height:100px;overflow:hidden;
}

.carousel-component .carousel-clip-region { 
width:126px;float:left;
	overflow:hidden;
	margin:0px auto;
	position:relative;
	height:100px; 
}

/**
 * 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.
 **/
 

