#overlay {
	background-color:		#000000;
	height:					100%;
	left:					0pt;
	opacity:				0.6;
	position:				absolute;
	top:					0pt;
	width:					100%;
	z-index:				90;
}

div#PopBox{
	font-family:			"Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	left:					0;
	position:				absolute;
	text-align:				center;
	width:					100%;
	z-index:				100;
}

div#PopBox img{
	border:					none;
}

div#PopBox #contentContainer {
	padding:				10px;
	text-align:				left;
	overflow: 				auto;
}

div#PopBox #outerContentContainer {
	background-color:		#fff;
	height:					250px;
	margin:					0 auto;
	position:				relative;
	width:					250px;
	
}

#loading {
	height:					25%;
	left:					0%;
	line-height:			0;
	position:				absolute;
	text-align:				center;
	top:					40%;
	width: 					100%;
}
	
#hoverNav {
	height: 				100%;
	left: 					0;
	position:				absolute;
	top:					0;
	width:					100%;
	z-index:				10;
}
