﻿#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 301;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerObjectContainer{
	position: relative;
	width: 765px;
	height: 600px;
	margin: 0 auto;
	margin-top: -40px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
		
#overlay{
	position: absolute;
	top: 0;
	/*margin: 10px 20px 10px 20px;*/
	left: 0;
	z-index: 300;
	width: 100%;
	/*filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;*/	
	height: 500px;
	background-color: #000;
}

#overlay{ background-image: url('overlay.png'); }

* html #overlay{
	/*margin:10px 20px 10px 20px;*/
	/*filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;*/	
	background-color: #000;
	back\ground-color: transparent;
	background-image: url('blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#smallPage{
	position: absolute;
	top: 			10px;
	right: 		50px;
	width:		130px;
	height:		180px;
	z-index: 	301;
}
