.quoteBox {
	width:400px;
	font:italic 14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#444; 
	margin: 0 0 10px 10px;
	text-indent:-5px;
	display: none;
}
.quote {
	margin:20px;
	width:400px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}

