/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/


code { display: none; width:420;}	
blockquote p { margin-bottom: 5px; width:420px; }
blockquote img { float:left; padding: 5px 15px 5px 0; }
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 9px; 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
*/

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#665c48;
	height:125px;
	width: 420px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	background: #fff;
	width:420px;
	margin: 10px 0 0 0;
	padding: 0;
	border:#fff;
	}

