.testimonial_row{
	display: none;
	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	
	text-decoration: none;
	color: #000000;
}

.testimonial_row .testimonial_short{
	
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 1.25em;
	font-style: italic;
}

.testimonial_row .testimonial_name{
	position: absolute;
	text-align: right;
	bottom: 5px;
	right: 5px;
}