/* CSS Document */
#sicm_TestimonialSlideshow {
	margin: 0px 0px 3px 0px;
}

#sicm_TestimonialSlideshow #sicm_Testimonial {
	font-size: 12px;
	color: #3366CC;
	line-height: 18px;
	padding: 4px 8px 8px 8px;
}

#sicm_TestimonialSlideshow #sicm_Client {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}

#sicm_TestimonialControls {
	margin: 0px 0px 15px 0px;
	text-align: right;
	height: 16px;
}

#sicm_TestimonialControls #PrevControl {
	width: 47px;
	height: 16px;
	border: 0px;
	background-image: url('/res/images/slideshow_prev_next_01.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
}

#sicm_TestimonialControls #NextControl {
	width: 47px;
	height: 16px;
	border: 0px;
	background-image: url('/res/images/slideshow_prev_next_02.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
}	

