div#divOverlay {
	position: absolute;
/*	Images need to be cut to a maximum dimension of 500px
	max-height: 650px;*/
	max-width: 750px;
	padding: 10px 20px;
/*	background-color:#01324b;
	opacity: 80%;*/
	background-color: rgba(1, 50, 75, 0.95);
	color:#fff;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-opera-box-shadow: 53px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
div#divOverlay h1, div#divOverlay h2, div#divOverlay h3, div#divOverlay a, div#divOverlay legend {
	color:#fff;
}
div#divOverlay legend {
	font-size: 1em;
}
div#divOverlay #closer {
	position: absolute;
	top: -10px;
	right: -10px;
}
div#divOverlay a:hover {
	color:#D7E4EB;
}