.GalThumb {
	margin: 30px 0px 0px 50px;
	cursor: pointer;
	border: 1px solid #000000;
	box-shadow: 5px 5px 5px #000000;
}
#GalBlackout {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000000;
	z-index: 2;
	cursor: pointer;
	opacity: 0.75;
}
#GalImage {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -341px;

	/*
	width: 720px;
	height: 480px;
	top: 50%;
	left: 50%
	margin-top: -240px;
	margin-left: -360px;
	*/
	z-index: 20;
	cursor: pointer;
}
