/*
	Quotes layer on the front page
*/

div.fstPageQuote {
	
	position:absolute; 
	background-color:#EEEEEE;
	width: 150px; 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:2;

}

div.fstPageQuoteInner {
	padding: 5px;
}