/* --- module: testimonial slide --- */
#testimonialSlideBox {
	width: 328px;
}
#testimonialSlide {
	position: relative; 
	overflow: hidden; 
	clear: both;
	width: 328px;
	height: 140px;
}
#testimonialSlide .items {
	width: 20000px; /* required */
	position: absolute; /* required */
}
#testimonialSlide .elm {
	float: left; /* required in horizontal scrolling */
}


/* item style */
#testimonialSlide .elm {
	width: 223px;
	padding: 10px 95px 10px 10px;
}
#testimonialSlide img {
	position: absolute;
	width: 85px;
	height: 90px;
	/* bei img width:85 + height:90 */
	margin: 40px 0px 0px 233px;
}