/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

#wrapper { width: 475px; margin: 0 auto; }
.for-testimonial p { margin-bottom: 10px; font-style: italic; }
.for-testimonial cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; }

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

.for-testimonial {
	font-family: Georgia, Times, serif;
	width: 100%; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap2 {min-height: 224px;max-height: 224px;
	background: url('../img/quote.png') no-repeat 3px 6px;
	 padding: 20px;
	}
