/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

blockquote p { margin-bottom: 10px; font-style: italic; color:#FFFFFF;}
blockquote cite { font-style: normal; display: block; text-align: left; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; color:#FFFFFF;}

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	
	width: 500px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
background-image:url(quote.gif); background-repeat:no-repeat; background-position:top left;
	background-color: #669999;
	margin: 20px 0; padding: 12px; 
	}
