div.contenitore-img{	
	background-color: #f9f9f9;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

div.contenitore-img img {
	border: 1px solid #8acea0;
	margin: 2px;
}



