/* 
	================================================================================
	== COMPOSITE FEATURES
	================================================================================

*/
.composite_features_row_div_main
{
	float:left; 
	width:320px; 
	height:132px; 
	overflow:hidden;
	background:#ffffff;
	border:0px solid #f00;
}
.composite_features_row_div_image
{
	float:left; 
	width:132px;
	height:100%; 
	height:132px; 
}

.composite_features_row_div_text
{
	float:left;
	width:168px; 
	height:100%; 
	border:0px solid #f00;
}
/* 
	================================================================================
	== COMPOSITE LATEST
	================================================================================

*/
.composite_latest_row_div_main
{
	float:left; 
	width:148px; 
	height:162px; 
	overflow:hidden;
	background:#ffffff;
}

.composite_latest_row_div_image
{
	float:left; 
	width:100%; 
	height:132px; 
}

.composite_latest_row_div_text
{
	float:left;
	width:100%; 
	height:28px; 
	border:0px solid #f00;
	overflow:hidden;
}

