.testimonialrotator {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}
.testimonialrotator .testimonial {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.testimonialrotator .testimonial:first-child {
	position:relative;
	display:block;
}
.testimonial span {
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height:1.8em;
	color:#000;
}
.testimonial span a{
	color:#4174A7;
}
.testimonial .the-author {
visibility:visible;
}
