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

blockquote p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px !important;
	font-style: italic !important;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin-left:45px;
	margin-bottom: 10px;
}

blockquote cite {
	font-style: normal;
	display: block;
	text-align: right; 
	text-transform: none; 
	font-size: 10px; 
	font-weight: normal; 
	letter-spacing: normal; 
	font-family: Arial, Helvetica, sans-serif;
}

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

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

#quote_wrap { 
	background: #fbffec url(http://sandbox.sebnitu.com/jquery/quovolver/demo/images/quote-mark.png) no-repeat 20px 20px;
	margin: 20px 0; padding: 20px; border: 1px solid #edffaf;
	}
