.produtoIndividual4{
    float:left;
    height:200px;
    position:relative;
    width:290px;
	margin:10px 5px 0;
}

.produtoIndividual4 img{
	max-width:290px;
}

.imagemProduto4{
	width:286px;
	height:196px;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
	border:2px solid #990000;
	background:#fff;
}

.tituloProduto4{
	color:#990000;
	font-size:16px;
	text-align:center;
	margin-top:0;
}