.testimonial {width: 50%; background: #C0C0C0;     
	padding: 10px 50px;     
	position: relative;       
	color: #666;     
	border-radius: 5px;     
	font-style: italic;     
	text-shadow: 0 1px 0 #ECFBFF;     
	background-image: linear-gradient(#FFFFFF, #C0C0C0); 
} 

.testimonial:before, .testimonial:after {     
	content: \"201C\";     
	position: absolute;     
	font-size: 80px;     
	line-height: 1;     
	color: #999;     
	font-style: normal; 
} 

.testimonial:before {     
	top: 0;     
	left: 10px; 
} 

.testimonial:after {     
	content: \"201D\";    
	right: 10px;     
	bottom: -0.5em; 
} 

.arrow-down {     
	width: 0;     
	height: 0;     
	border-left: 15px solid transparent;     
	border-right: 15px solid transparent;     
	border-top: 15px solid #C0C0C0;     
	margin: 0 0 0 25px; 
} 

.testimonial-author {  
	margin: 0 auto;   
	margin: 0 0 0 25px;      
	color: #999;     
	text-align:left; margin-bottom: 50px;
} 

.testimonial-author span {     
	font-size: 12px;     
	color: #666; 
}