
#viewer_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#viewer_container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1500;
}

* html #viewer_backdrop, * html #viewer_container { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#viewer_window {
	position: relative;
	/*margin-left: 50%;*/
	/*left: -150px;*/
	margin: 0 auto;
	top: 50px;
	z-index: 2000;
	/*padding: 10px;*/
	text-align: right;
}

#viewer_close {
	position: relative;
	cursor: pointer;
	z-index: 2500;
}

object { outline: none; }