#vhp-lightbox {
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	/* background:url(overlay.png) repeat; */
    background: rgba(0,0,0,0.65);
	text-align:center;
}

#vhp-lightbox p {
	text-align:right; 
	color:#fff; 
	margin-right:20px; 
	font-size: 1.2em; 
    cursor: pointer;
}

#vhp-lightbox img {
	box-shadow:0 0 25px #111;
	max-width:940px;
}
