@charset "utf-8";
/* CSS Document */

#testimonials{
	width: 400px;
	background:url(../img/quotes.png) no-repeat 20px 20px rgba(178,178,169,0.2);
	min-height:20px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	float: right;
	display:block;
	top: 5px;
	height: 125px;
	position: relative;
	right: 0px;/*	left: 747px;
*/
	margin-right: 10px;
	padding-top: 0px;
}
#uni-wrap #logo-header {
	height: 234px;
	width: 300px;
}


#testimonials li{ display:none;}
#testimonials li:first-child{ display:block;}

#testimonials ul{ list-style:none;}
#testimonials p.text{ font-size:18px; color:#000; font-family: "Courier New", Courier, monospace}

#testimonials p.author{
	color: #666;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#testimonials p.author a,
#testimonials p.author a:visited{
	color:#6aa42a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
