.testimonialrotator {
	font-style:italic;
	position:relative;
}
.testimonialrotator strong {
	float:right;
	display:inline-block;
	margin-top:4px;
}
.testimonialrotator .testimonial {
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.testimonialrotator .testimonial:first-child {
	position:relative;
	display:block;
}
.testimonial span {
	font-family: Courier New, Arial;
	font-style: italic;
	line-height:1em;
	color:#555;
}
.testimonial .the-author {
	font-size: 1em;
	font-family: Courier New, Arial;
	font-style: italic;
	color:#aaa;
	margin-top:10px;
}
