body{
	position:relative!important;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
#imageviewer_main{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;	
	background-color:black;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(opacity=75);
	display:none;
	z-index:1000000;
	text-align:center;	
}
#imageviewer_border{
	margin:0;
	padding:0px;
	border:0px;
	width:0px;
	height:1px;
	line-height:1px;
	font-size:1px;	
	display:none;
	position:fixed;
	top:300px;
	left:50%;
	background-color:white;
	z-index:1000001;
    overflow:hidden;
}
#imageviewer_border *{ z-index:1000002;}
#imageviewer_border #imageviewer_image{	
	border:0px;
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
	line-height:0px;
	font-size:0px;
	display:none;
}
#imageviewer_border #imageviewer_flash{
	border:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	display:none;
}
#imageviewer_border #imageviewer_iframe{
	border:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	display:none;
}
#imageviewer_loader{
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0px 0px -62px;
	display:none;
}
#imageviewer_border #imageviewer_closer{
	border:0px;
	position:absolute;
	right:5px;
	bottom:5px;
	cursor:pointer;
	display:none;
	z-index:1000003!important;
}
