/* Quovolver Demo Styles */

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


#wrapper { width: 195px; margin: 0 auto; }

blockquote p { margin-bottom: 10px;font:normal 15px "Trebuchet MS", Arial, Helvetica, SansSerif; padding: 10px 10px 10px 10px}
blockquote cite {  display: block; text-align: right; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; padding: 5px 5px 5px 5px }

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

blockquote {
	font:normal 15px "Trebuchet MS", Arial, Helvetica, SansSerif;
	width: 217px; /* required */
	margin: 0;
}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/
#quote_wrap { 
	/*border: 1px solid #edffaf;*/
}
