@charset "UTF-8";/* CSS Document */#lightwindow_overlay {	/* REQUIRED */	display: none;	visibility: hidden;	position: absolute;	top: 0;	left: 0;	width: 0%;	height: 0%;	z-index: 500;	/* REQUIRED */}#lightwindow {	/* REQUIRED */	/* Of Note - The height and width of this element are set to 0px */	display: none;	visibility: hidden;	position: absolute;	z-index: 999;	line-height: 0px;	width: 0%;	height: 0%;	/* REQUIRED */}
