.quote_box
{
	width:471px;
	position:relative;
    padding:10px; 
    float: left;
    border:solid red 0px;
}


.quote
{
	width:300px;
	height:170px;
	color:#002041;
    font-size:14px;
    line-height:26px;    
    font-style:bold;
    text-align:left;
}

.quote_nophoto
{
	width:360px;
	height:170px;
	color:#002041;
    font-size:14px;
    line-height:26px;    
    font-style:bold;
    text-align:left;
}

.quote_big
{
	color:#002041;
    font-size:24px;
    line-height:26px;
    font-style:bold;
    text-align:left;
}


.quote_author
{
	margin-top:20px;
	color:#6bae0d;
    font-size:11px;
    line-height:12px;
    font-style:bold;
    text-align:left;
    width:80px;
    border:solid red 0px;
    float:right;
 
}

.quote_thumbnail
{
    border:solid #6bae0d 2px;
    margin-right:5px;
    margin-top:20px;
    float:left;
}

.quote_controls
{
    float:left;
    margin-top:10px;
    border:solid red 0px;
}
