/******************
 * LATEST PRODUCTS
 */
.latest_products .product_row{
	height:220px;
	margin-bottom:20px;
}
.latest_products .product{
	width:163px;
	height:220px;
	float:left;
	border:1px solid #ebebeb;
	margin-right:20px;
}
.latest_products .product.lastrowitem{
	margin-right:0;
}
.latest_products .product img{
	margin:0 10px;
       width: 120px;
}
.latest_products #latestprod_footer{
	width:100%;
	height:30px;
	display:block;
}
.latest_products #latestprod_footer .showall{
	float:left;
}
.latest_products #latestprod_footer .producer{
	float:right;
}

