/* Quovolver Demo Styles */

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

body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #fff; }

blockquote p { margin-bottom: 8px; font-style: italic; color:#000;}
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 8px; font-weight: bold; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; color:#000;}

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

blockquote {
	font-family: Georgia, Times, serif;
	width: 330px; /* required */
	margin: 0 auto;
	
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	background: #fff;
	opacity:0.7;
	margin: 0px 0; 
	padding: 5px;
	position:absolute;
	bottom:0em;
	right:0em;
	}

