@charset "utf-8";

    body, html {  
    height: 100%;  
    margin: 0;  
    }   
    #container {
	width: 1024px;
	height: 768px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(Image/sfondo.jpg);
	background-repeat: no-repeat;
	margin-top: -359px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -512px;
	z-index: 1;
    }  
    #address {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	z-index: 2;
	height: 20px;
	width: 600px;
	left: 300px;
	position: absolute;
	top: 673px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	visibility: visible;
    }
	#menu {
	visibility: visible;
	z-index: 3;
	height: 30px;
	width: 110px;
	left: 110px;
	position: relative;
	top: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	float: none;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
    } 
#contenuto_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #FFFFFF;
	height: 350px;
	width: 750px;
	top: 300px;
	position: absolute;
	left: 240px;
	text-align: left;
	vertical-align: top;
    }
#gallery_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	height: 90px;
	width: 250px;
	top: 112px;
	position: static;
	left: 37px;
	float: left;
    }
#gallery_box_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	height: 70px;
	width: 70px;
	top: 1px;
	position: relative;
	float: left;
	left: -18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 98;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.png) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
