


#enclose{


	width: 510px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

#enclose ul, li{
	margin:0;
	padding:0;
	}

#testimonials{
margin:0;
	padding:0;
color:#8b8b8b;

	width: 350px;
	padding: 45px 45px 35px 90px;
	background:url('../img/quotes.png') no-repeat 20px 20px rgba(178,178,169,0.2);
	min-height:90px;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

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

#testimonials ul{ list-style:none;}
#testimonials p.text{ font-size:18px;}

#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{
	text-decoration: none;
}


