#lightbox-content html {
	overflow: auto !important;
}

.lightbox {
	bottom: 0; left: 0; right: 0; top: 0; height: 100%; position: absolute;
}

.lightbox .close a {
	background: rgba(0, 0, 0, .4); bottom: 0; left: 0; right: 0; top: 0;
	position: absolute; z-index: 40098;
}

.close span {
	color: #FFFFFF; font-size: 2em; text-indent: 0; position: absolute;
	right: 0.5em; top: 0.5em;
}

.close {
	text-indent: -999em; z-index: 99;
}

.outerlightboxContent {
	background: #FFFFFF; position: absolute; left: 50%; z-index: 40099;
	padding-top: 0px;
	/*  box-shadow: 20px 20px 20px 5px #606060; */
	-moz-box-shadow: 5px 5px 4px rgba(51,51,51,0.8);
	-webkit-box-shadow: 5px 5px 4px rgba(51,51,51,0.8);
	 box-shadow: 5px 5px 4px rgba(51,51,51,0.8);
	/* For IE 8 */ -ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(51,51,51,0.8)')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,
		Color='rgba(51,51,51,0.8)');
}

.lightboxContent {
	overflow-y: auto; margin-top: -20px; position: absolute; z-index: 95;
}

.lightbox-border-n {
	top: -6px; left: 0; width: 100%;
	background-image: url('../images/lightbox/drillpop_right.png');
	position: absolute; padding: 0; margin: 0; border: 0; height: 6px;
	z-index: 20;
}

.lightbox-border-e {
	top: 0; right: -6px; height: 100%;
	background-image: url('../images/lightbox/drillpop_right.png');
	background-position: -6px 0px; position: absolute; padding: 0;
	margin: 0; border: 0; width: 6px; z-index: 20;
}

.lightbox-border-se {
	bottom: -6px; right: -6px;
	background-image: url('../images/lightbox/drillpop_br.png');
	position: absolute; padding: 0; margin: 0; border: 0; width: 6px;
	height: 6px; z-index: 20;
}

.lightbox-border-s {
	bottom: -6px; left: 0; width: 100%;
	background-image: url('../images/lightbox/drillpop_bot.png');
	background-position: 0px -6px; position: absolute; padding: 0;
	margin: 0; border: 0; height: 6px; z-index: 20;
}

.lightbox-border-sw {
	bottom: -6px; left: -6px;
	background-image: url('../images/lightbox/drillpop_bl.png');
	position: absolute; padding: 0; margin: 0; border: 0; width: 6px;
	height: 6px; z-index: 20;
}

.lightbox-border-w {
	top: 0; left: -6px; height: 100%;
	background-image: url('../images/lightbox/drillpop_left.png');
	position: absolute; padding: 0; margin: 0; border: 0; width: 6px;
	z-index: 20;
}

.lightbox-border-nw {
	top: -6px; left: -6px;
	background-image: url('../images/lightbox/drillpop_tl_sm.png');
	position: absolute; padding: 0; margin: 0; border: 0; width: 6px;
	height: 6px; z-index: 20;
}

.lightbox-border-ne {
	top: -6px; right: -6px;
	background-image: url('../images/lightbox/drillpop_tr_sm.png');
	position: absolute; padding: 0; margin: 0; border: 0; width: 6px;
	height: 6px; z-index: 20;
}

.closeLightboxPopup {
	background-image: url('../images/lightbox/close_popup.png');
	width: 28px; height: 28px; z-index: 99; cursor: pointer;
}

.lightbox-loading {
	background-image: url('../images/progress.gif'); z-index: 150;
	background-repeat: no-repeat; width: 300px; height: 8px; margin: auto;
	padding: 10px;
}

.lightbox-text-loading {
	z-index: 150; margin: auto; text-align: center;
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 16px;
	COLOR: #666666; padding: 10px; font-weight: bold;
}

.maximiseLightboxPopup {
	background-image: url('../images/lightbox/expand_popup.png');
	width: 28px; height: 28px; z-index: 99; cursor: pointer;
}

.pointerLightbox {
	cursor: pointer;
}