.moogal {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
}

.moogalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 1000;
	background: #000;
}

/* IE6 hack */
* html .moogalOverlay {
	position: absolute;
}

* html .moogal {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(46 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* IE6 hack */