/**
 * reviews.css
 */
#quote_wrapper 
{
	position: relative;
	height: 115px;
	width: 5.25in;
	padding: 140px 10px 10px 10px;
	overflow: hidden;
	bottom: 0;
}

#quote_wrapper .quote 
{
	position:relative;
	margin: 0 auto;
	height:100px;
	display:none;
	width: 5.25in;
	text-align:right;
}

#quote_wrapper .quoted 
{
	width: 5.25in;
	margin: 0 0;
	font-size:16px;
	color:#EBE9C5;
	padding-bottom:13px;
	vertical-align: bottom;
}

#quote_wrapper .quoted a 
{
	width: 5in;
	color:#EBE9C5;
	text-decoration:none;
	line-height:1.2em;
}

#quote_wrapper .byline 
{
	width: 100%;
	bottom: 0;
	color:#999;
	font-weight:normal;
	white-space:nowrap;
	vertical-align: bottom;
}

#quote_wrapper .byline a 
{
	width: 100%;
	color:#AAA;
	text-decoration:none;
}

#quote_wrapper div 
{
	width: 5in;
}
