/*HTML Basics*/
body {
 margin: 0px 0px 0px 0px;
 padding: 0;
 text-align: center;
 /*background-color: #f5f5f5;*/
 background: #f5f5f5 url(im/body.png) repeat-y top center;
 /*border-top: 4px solid #c33;*/
}

a {
 text-decoration: none;
 /*color: #c33;*/
 color: #900;
}

a:hover {
 text-decoration: underline;
}

img {
 border: 0;
 margin-bottom: 6px;
 text-align: center;
}


/*Divs*/
#content {
 margin-left: auto;
 margin-right: auto;
 padding: 0px 40px 0px 40px;
 width: 560px;
 /*background-color: #fff;*/
 text-align : left;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
}

#header {
 /*width: 598px;*/
 margin-top: 12px;
 /*padding-bottom: 8px;*/
 color: #444;
 font-size: 10px;
}

#footer {
 margin-top: 24px;
 margin-bottom: 24px;
 text-align: left;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
}

#lavori {
 width: 600px;
 padding-top: 6px;
 padding-bottom: 18px;
}

/*Text formatting*/
/*HTML*/
p {
 margin: 0;
 padding: 0px 0px 6px 0px;
 line-height: 18px;
 text-align: left;
}

h1 {
 color: #444;
 margin: 0;
 padding: 18px 0px 4px 0px;
 font-family: Georgia, serif;
 font-size: 16px;
 line-height: 18px;
 /*text-transform: bold;*/
}


/*Altri*/
.smallprint {
 color: #ccc;
 font-size: 10px;
}


/*Form*/
label {
 margin-bottom: 0;
 padding-left: 4px;
 padding-bottom: 0;
 margin-top: 4px;
 margin-bottom: 0;
 display: block;
}


/*Liste*/
ul {
 margin: 0;
 padding: 0px 0px 6px 0px;
 line-height: 18px;
 text-align: left;
 list-style: none;
}

#lavori ul {
 list-style: none;
}

#lavori li {
 float: left;
 display: block;
 width: 96px;
 height: 64px;
 margin: 0 2px 2px 0;
}


/*Immagini*/
.thumbs {
}


/*Lightbox*/
#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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(im/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(im/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(im/nextlabel.gif) right 15% 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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}