#lightbox
{
	display: none;
	position: absolute;
	top: 5%;
	left: 10%;
	z-index: 9999;
	margin: 15px;
	border: 0px solid #fff;
	background: transparent; /*rgb(0, 0, 0);*/
	text-align: left;
}
#lightbox[id]
{
	/*position: fixed;*/
}
#overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1300px;
	height: 1900px;
	z-index: 5000;
	background-color: rgb(22, 22, 22); 
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#overlay[id]
{
	position: fixed;
}
#lightbox.done #lbLoadMessage
{
	display: none;
}
#lightbox.done #lbContent
{
	display: block;
	margin: 0 auto;
	padding: 0px;
}
#lightbox.loading #lbContent
{
	display: none;
}
#lightbox.loading #lbLoadMessage
{
	display: block;
}
#lightbox.done img
{

	/*height: 600px;
	width: 500px;
	width: 100%;
	height: 100%;*/
	
}
button {
	border-width: 1px;
	border-style: solid;
	background-color: #7494BA;
	font-family: Verdana;
	text-decoration: none;
	border-color: #0D647D;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}

.navbar {clear:both; margin:0 auto; padding:0 auto; font-family: "Courier New"; font-size: 8pt; font-weight: bold; color: #FFFFFF; width: 0px; overflow: hidden;}
.navbar img {clear: both;}
.navbar #previous {float: left; width: 33%; text-align: left;}
.navbar #chiudi {float: left; width: 33%; text-align: center;}
.navbar #next { float: left; width: 33%; text-align: right;}
.navbar a { text-decoration: underline; color: #FFFFFF;}

