@charset "utf-8";
/**
* Carousel with image and text (horizontal)
**/
#carousel-image-text-horizontal {
/*	width: 100%; */
	height: auto
	margin: 0 auto;
}
#carousel-image-text-horizontal .touchcarousel-item {
/*	width: 170px; */
	height: auto
	margin: 4px;		
	position: relative;
}
#carousel-image-text-horizontal img, 
#carousel-image-text-horizontal h4,
#carousel-image-text-horizontal p {
	float:left;
	position: relative;
	margin: 0;
	padding: 0;	
	border: 0;			
}		
#carousel-image-text-horizontal img {
	width: 100%;
	height: auto
}
#carousel-image-text-horizontal .rblock {
	width: 138px;
	float: left;
	margin-left: 7px;
}
#carousel-image-text-horizontal h4 {
	font: Helvetica, Arial, sans-serif;
	font-size:8pt;
	color: #004878;
	width: 140px;
}
#carousel-image-text-horizontal p {			
	font: Helvetica, Arial, sans-serif;
	font-size:7.5pt;
	color: #005288;
}
