td {
	color:#707172;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	line-height: 11px;
}

a:link {
	text-decoration: none;
	color: #707172;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
}
a:visited {
	text-decoration: none;
	color: #707172;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
} 
a:active {
	text-decoration: underline;
	color: #707172;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
} 
a:hover {
	text-decoration: underline;
	color: #707172;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	cursor: pointer;
}


div.pag { margin: 141px 20px 0px 279px; font-family: Verdana, Arial, Helvetica; font-size: 9px; line-height: 11px; color: #FFFFFF;}

div.img { margin: 20px 0px 0px 0px; font-family: Verdana, Arial, Helvetica; font-size: 9px; line-height: 8px; color: #000; background-image: url(images/fasciabianca.png); height: 73px; padding-top: 12px; padding-left: 4px; padding-bottom: 0px; padding-right: 4px;}

div.imgcont { margin: 257px 0px 0px 312px; font-family: Verdana, Arial, Helvetica; font-size: 9px; line-height: 14px; color: #FFF; background-image: url(images/fascianera.png); height: 116px; padding-top: 12px; padding-left: 12px;}


a:link.bianco {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
}
a:visited.bianco {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
} 
a:active.bianco {
	text-decoration: underline;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
} 
a:hover.bianco {
	text-decoration: underline;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	cursor: pointer;
}

/* the thumbnails  GALLERIA DI IMMAGINI*/
#triggers {
	text-align:center;
}

#triggers img {
	/*background-color:#fff;
	padding:0px;
	border:0px solid #ccc;
	margin:0px 0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;*/
}


/* the active thumbnail */
#triggers a.active img {
	/*outline:1px solid #000;*/

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}




/*INIZIO SIMPLE OVERLAY FOTO FILOSOFIA*/
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/*background-color:#fff;*/
	background-image:url(images/whitemap2.png);
	width:640px;	
	height:490px;
	padding: 40px 0px 0px 40px;
	/*border:0px solid #666;*/
	
	/* CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    
    font-family: Verdana, Arial, Helvetica;
	font-size:11px; 
    color:#000000; 
    /*width:50px;*/
	/*padding: 0px; */
} 

/*FINE SIMPLE OVERLAY FOTO FILOSOFIA*/

/* the large image. we use a gray border around it */
#img {
	border:0px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:0px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
	
	color: #FFF;
	font-size: 11px;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}


/* FINE GALLERIA DI IMMAGINI*/


/* VIDEO SWF */
div.overlay {
	background:url(images/white2.png) no-repeat;
	/*padding:0px 0px 0px 0px;*/	/* all browsers */
	_padding:30px 0px 0px 30px;	/* IE only */ 
	width: 759px;    /*679px*/
	height: 472px;   /*432px*/
	display:none;
}


div.overlay div.close {
	background:url(images/close.png);
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


a.player { 		
	display:block;
	position:relative;
	top:40px;
	left:40px;
	width: 679px;
	height: 382px;	/*382px*/
	cursor:pointer;
}

/* FINE VIDEO SWF */


/* VIDEO f4v FLOWPLAYER */
div.overlay_flowplayer {
	background:url(images/white2.png) no-repeat;
	/*padding: 45px 0px 0px 50px;	/* all browsers */
	/*_padding:30px 0px 0px 30px;	 IE only */ 
	width: 759px;    /*739px*/
	height: 462px;   /*442px*/
	display:none;
}


div.overlay_flowplayer div.close {
	background:url(images/close.png);
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

#player { 		
	display:block;
	position:relative;
	top:42px;
	left:38px;
	width: 679px;
	height: 382px;	/*382px*/
	cursor:pointer;
}

/* FINE VIDEO f4v FLOWPLAYER */

/* VIDEO f4v FLOWPLAYER HOME AUTOMATICO */
div.overlay_flowplayer_2 {
	background:url(images/white0_1.png) no-repeat;
	/*background-color:#FFFFFF;*/
	/*padding: 45px 0px 0px 50px;	/* all browsers */
	/*_padding:30px 0px 0px 30px;	 IE only */ 
	width: 813px;    /* 759px */
	height: 470px;   /* 498px */
	display:none;
}


div.overlay_flowplayer_2 div.close {
	background:url(images/close.png);
	position:absolute;
	top: 3px;	/*2*/
	right: 10px; 	/*5*/
	width:35px;
	height:35px;
	cursor:pointer;
}

#player2 { 		
	display:block;
	position:relative;
	top: 39px; /*46*/
	left: 46px;	/*35*/
	width: 720px;
	height: 392px;	/*382px*/
	cursor:pointer;
}

/* FINE VIDEO f4v FLOWPLAYER HOME AUTOMATICO */

/* INIZIO GOOGLE MAP */
div.overlaymap { 
    background-image:url('images/whitemap.png');
	/*background:#ff0000; */
    width:585px; 
    height:450px;         
    display:none; 
    padding:40px 0px 0px 40px; 
} 
 
/* default close button positioned on upper right corner */
div.overlaymap div.close { 
    background-image:url('images/close.png'); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* FINE GOOGLE MAP */
