
#viewer_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

* html #viewer_backdrop { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#viewer_window {
	position: absolute;
	/*width: 300px;*/
	/*height: 150px;*/
	/*border: #D8D8D8 solid 1px;*/
	/*background-color: #fff;*/
	margin-left: 50%;
	left: -150px;
	top: 50px;
	z-index: 2000;
	/*padding: 10px;*/
}

#viewer_close {
	cursor: pointer;
}

object { outline:none; }
