html {
	overflow: hidden !important;
}
body {
	visibility:hidden;
}
#lightbox-outer { 
	visibility:visible;
	display: block; 
	z-index: 9999; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	position: absolute;
}
#lightbox-outer #lightbox-inner {
	float: left; 
	width: 100%; 
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
#lightbox-outer #lightbox-inner iframe {
	display: block;
	float: left; 
	border: none; 
	width: 100%; 
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}