#quotes { 
height:45px;
overflow:hidden;
padding: 10px 0;
margin: 20px 0 10px 0;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

blockquote {
width: 284px; /* required */
margin: 0 auto;
text-align: center;
}
	
	blockquote p {
	font-family: Georgia, Times, serif !important;
	font-size: 15px;
	letter-spacing: -1px;
	color: #9b06ad;
	font-weight: normal;
	font-style: italic; 
	}
	
	blockquote cite { /* Not currently in use */
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	}
