#lightbox {
	position: absolute;
    background: #f9f9f9;
	z-index: 1001;
	display: none;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.9);
}
#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
    height:100vh;
	width: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}