#galleryBackgroundProtect {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	visibility: hidden;
}
#galleryBackgroundLeft, #galleryBackgroundRight {
	position: fixed;
	width: 0;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#galleryBackgroundLeft {
	left: 0;
	top: 0;
}
#galleryBackgroundRight {
	right: 0;
	top: 0;
}

#galleryImage {
	display: none;
	width: 100%;
}

#galleryImageFake {
	visibility: hidden;
}

#galleryWrapper {
	visibility: hidden;
	padding: 100px;
	top: 10%;
	left: 50%;
	position: fixed;
	background-color: black;
	width: 0;
	height: 10px;
	padding: 10px;
	overflow: hidden;
}


.galleryThumb {
	margin: 1em 1.3em;
	border: solid black;
	height: 9em;
}