.olBackDrop
{
	background-color: black;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	width: 1000px;
	height: 1200px;	
	margin-left: -500px;
	z-index: 10;
	filter: Alpha(Opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.olImageH
{
	border: solid 4px gray;
	visibility: hidden;
	position: fixed;
	top: -4px;
	left: 50%;
	width: 1000px;
	height: 100%;	
	margin-left: -504px;
	z-index:11;
}

.olCloseX
{
	background-color: Black;
	color: red;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 5px;
}

.olImage
{
	border: solid 4px gray;
	position: absolute;
	top: 50%;
	left: 50%;
}