@CHARSET "ISO-8859-1";


#image_viewer_overlay
{
	display: none;
	
	position: fixed;
	
	margin: auto;
	
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -414px;
	
	cursor: pointer;
	
	z-index: 1000;
}

#image_viewer_close
{
	position: absolute;
	
	top: 16px;
	right: 16px;
	
	z-index: 20;
}

#overlay_image
{
	position: absolute;
	
	margin-left: 13px;
	margin-top: 13px;
	
	z-index: 10;
}
