.testimonial_row {
	/*width: 640px;*/
	overflow: hidden;
	background-color: #ebebeb;
	padding: 20px;
	margin: 20px 0 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.quote_mark {
	color: #ababab;
	font-size: 40px;
	font-weight: bold;
	line-height: 0.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote {
	padding: 0 40px 0 0;
	margin-left: 10px;
	font-style: italic;
	font-size: 15px;
	color: #000000;
	line-height: 1.3;
}

.author {
	font-size: 15px;
	margin: 15px 10px 0 0;
	color: #666666;
}