html{
	height:100%;
	overflow:hidden;
}
body {
	width:100%;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow:hidden;
	height:100%;
	position: fixed;
	padding: 0;
	text-align: center;
	z-index:1;
	background-color:#222;
}
.h1_ale{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color: #fff;
	text-align: center;
}
.h1_ale2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #222;
	text-align: center;
}
a:link, a:visited, a:active, a:focus {
	color: #222;
	text-decoration:none;
}
a:hover {
	color: #222;
	text-decoration: line-through;
}
.contatti:link, .contatti:visited, .contatti:active, .contatti:focus {
	color: #fff;
	text-decoration:none;
	font-size: 12px;
}
.contatti:hover{
	color: #fff;
	text-decoration: line-through;
}
.contattipiccoli:link, .contattipiccoli:visited, .contattipiccoli:active, .contattipiccoli:focus {
	text-decoration:none;
	color: #fff;
	font-size: 10px;
}
.contattipiccoli:hover{
	color: #fff;
	text-decoration: line-through;
	font-size: 10px;
}
.dotspiccoli{
	color: #fff;
	font-size: 10px;
}
#header {
	position:absolute;
	left:0;
	top:160;
	width:100%;
	z-index:2;
	visibility:visible;
}
#base {
	position:absolute;
	padding:10px;
	left:-5px;
	top:220;
	width:100%;
	z-index:3;
	visibility:visible;
	background-color:#FFF;
}
#contbio {
	position:relative;
	z-index:6;
	text-align: center;
	width:100%;
	height:100%;
}
#bio {
	position:absolute;
	z-index:7;
	visibility:visible;
	background-color:#fff;
	width:770px;
	height:400px;
	left:50%;
	margin-left:-435px;
	padding:50px;
	top:20px;
	text-align:justify;
}
#footer {
	position:absolute;
	color:#FFF;
	left:0;
	top:275;
	width:100%;
	z-index:4;
	visibility:visible;
}
#foto {
	position:absolute;
	top:0px;
	z-index:5;
	visibility: hidden;
}

#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: 20%;
	left: 0%;
	height: 10%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding: 5px; color: #fff; }
#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: 90;
	width: 100%;
	height: 515px;
	background-color: #222;
}

