.preview_div
{
	position:fixed;
	width:497px;
	height:398px;
	overflow:auto;
	left:50%;
	margin-left:-249px;
	top:50%;
	margin-top:-199px;
	background:#fff;
	padding:0px;
}
#overlay
{
	background:#000;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.close
{
	position:absolute;
	width:14px;
	height:15px;
	left:473px;
	top:7px;
	cursor: pointer;
}

* html,
* html body
{
	height:100%;
}
* html .preview_div
{
	position:absolute;
	margin-top:70px;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right:expression(( (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
}
* html #overlay
{
	position:absolute;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	right:0;
}