div.box_rotondo {
	float: left;
	text-align: center;
	padding: 0;
	background-image:url(../images/bg-foto-scheda.gif);
	width: 342px;
	height: 227px;
}

div.thumb-foto-prodotto {
	float: left;
	width: 304px;
	height: 189px;

	overflow: hidden;
	position:relative;
	
	text-align:center;
	border:4px solid #fff;
	margin:15px;
	display:inline;
	padding:0;
	background-color:#fff;
}

div.thumb-foto-prodotto img {
	float:left;
	border: none;
}

div.box_rotondo_news {
	float: left;
	text-align: center;
	padding: 0;
	background-image:url(../images/bg-foto-news.gif);
	width: 307px;
	height: 250px;
}

div.thumb-foto-news {
	float: left;
	width: 269px;
	height: 212px;

	overflow: hidden;
	position:relative;
	
	text-align:center;
	border:4px solid #fff;
	margin:15px 0 0 15px;
	display:inline;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}

div.thumb-foto-news img {
	/*float:left;*/
	border: none;
}



