@charset "utf-8";
/* stili Generici */
.item {
	width:197px;
	height:197px;
	border:none;
	margin:0;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}
.item img {
	border:0;
	/* allow javascript moves the img position*/
	position:absolute;
}
.item .caption {
	width:197px;
	height:197px;
	background:#E6F0FF;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=90);    /* ie  */
	-moz-opacity:0.9;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.9;    /* for really really old safari */
	opacity: 0.9;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.item .caption a {
	text-decoration:none;
	color:#039;
	font-size:18px;
	/* add spacing and make the whole row clickable*/
	padding:5px;
	margin:0;
	display:block;
}
.item .caption a:hover {
	text-decoration:underline;
	color:#F60;
	font-size:18px;
	/* add spacing and make the whole row clickable*/
	padding:5px;
	margin:0;
	display:block;
}
.item .caption p {
	color:#039;
	padding:5px;
	margin:0;
	font-size:12px;
}
/* Inizio stili Div NOSTRO MESTIERE */
div#NostroMestiere {
	position:absolute;
	top:114px;
	left:195px;
	margin:0;
	padding:0;
	z-index:2;
	width:197px;
	height:197px;
}
/* Fine stili Div NOSTRO MESTIERE */
/* Inizio stili Div DNV */
div#Dnv {
	position:absolute;
	top:314px;
	left:195px;
	margin:0;
	padding:0;
	z-index:2;
	width:197px;
	height:197px;
}
/* Fine stili Div DNV */