
#imageView, #imageViewBG { position: absolute; top: 0; left: 0; width: 100%; }
#imageView { text-align: center; z-index: 100; }
#imageViewBG { z-index: 99; }
#imageView img { margin-left: auto; margin-right: auto; }

/* Customizable bits */ 

#imageViewBG {
	background: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#imageView img {
	margin-top: 60px;
	border: 5px solid white;
	cursor: pointer;

	/* 'Click to close' */
	padding-bottom: 20px; background: white url(img/close.png) bottom right no-repeat;
}

