/* Crossfader */
#testimonials-frame {
	position: absolute;
	left: 275px;
}
.testimonials {
	display: table;
	width: 460px;
	height: 60px;
	background: url(images/testimonials_bg.gif) #fff no-repeat 0 12px;
	#position: relative;
}
.testimonial {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.testimonial-message {
	#position: relative;
	#top: -50%;
	width: 355px;
	margin-left: 55px;
	text-align: center;
	line-height: normal;
}