
#testimonials{
	width:100%;
	min-height:80px;
}

#testimonials li{ display:none;}
#testimonials li:first-child{ display:block;}
#testimonials li strong{color:#FFFFFF}
#testimonials ul{ list-style:none; padding:0px; margin:0px}
#testimonials p.text{ font-size:24px;}

#testimonials p.author{
	color: #878787;
    font-size: 16px;
    font-style: italic;
    text-align: right;
	margin-top:10px;
}

#testimonials p.author a,
#testimonials p.author a:visited{
	color:#FF9900
}


