html,body {
	margin: 0px;
	padding: 0px;
	font: 10px lucida grande, verdana;
	color: #000000;
	background:url(../images/hp_10.gif);
	text-decoration: none;
	}
	
.container {
	margin: 0 150px 0 0;
}
	
	
.player {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 0px 5px 0px 15px;
	text-decoration: none;
	line-height: 1.3em;
}	
	
	
.testo {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 10px 22px 0 15px;
	text-decoration: none;
	line-height: 1.3em;
}

.registrazioni {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 1.3em;
}


.testoscorrevole {
	font: 9px lucida grande, verdana;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
}

.form {
	font: 10px lucida grande, verdana;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000000;
	margin: 0px 0 10px 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #E99C29;
	border-bottom-width: thin;
}

h6 {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 10px 22px 0 15px;
	text-align: justify;
	text-decoration: none;
	line-height: 1.2em;
	
}

h4 {
	font: bold 13px 'Lucida Grande', Verdana;
	color: #000000;
}

h7 {
	font: 10px 'Lucida Grande', Verdana;
	color: #000000;
	padding: 1.4em;
	margin: 1.4em 1.4em 1.4em 1.4em;
	border: 1px dashed #a1a5a9;
	background: #f1f1f1;
	line-height: 1.4em;
}

.prossimi {
	font: 10px 'Lucida Grande', Verdana;
	padding: 0px 0px;
	color: #000000;
	margin: 0em 0em 0em 0em;
	line-height: 11px;
}

.repertorio {
	font: 10px 'Lucida Grande', Verdana;
	padding: 0px 8px;
	color: #000000;
	margin: 0 0 0 0;
	line-height: 11px;
}

.avanti {
	font: 10px lucida grande, verdana;
	color: #333333;
	text-decoration: none;
	margin: 5px 22px 5px 10px;
	font-weight: bold;
}

.recensioni {
	font: 10px lucida grande, verdana;
	color: #333333;
	text-decoration: none;
	margin: 1px 22px 1px 1px;
	font-weight: bold;
}


.composizioni {
	font: 12px lucida grande, verdana;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	line-height: 1.4em;
}

.elenco {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 5px 0 10px 0;
	text-align: center;
	text-decoration: none;
	line-height: 1.1em;

}

.elenconormale {
	font: 10px lucida grande, verdana;
	color: #000000;
	margin: 0 8px 0 0;
	text-align: left;
	text-decoration: none;
	line-height: 1.1em;

}


.copyright {
	font: 10px 'Lucida Grande', Verdana;
	padding: 0px;
	color: #000000;
	margin: 0em 0em 0em 0em;
	line-height: 15px;
}

.menu_interni {
	font: 10px 'Lucida Grande', Verdana;
	padding: 0px 0px 5px 0px;
	color: #000000;
	margin: 0em 0em 0em 0em;
	line-height: 15px;
}

.qt {
	margin: 0px 0px 0px 15px;
}

.sottolinieto {
	border-bottom-style: solid;
	border-bottom-color: #E99C29;
	border-bottom-width: thin;
}


/* INIZIO CODICE PER EFFETTO LIGHTBOX----------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	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(file:///MiniMac/Users/nicola/Siti/Gianluca Piacenza/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(file:///MiniMac/Users/nicola/Siti/Gianluca Piacenza/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///MiniMac/Users/nicola/Siti/Gianluca Piacenza/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* FINE CODICE PER EFFETTO LIGHTBOX----------------------------------------*/