#overlay {
	position: 			absolute;
	top: 				0;
	left: 				0;
	z-index:	 		90;
	width: 				100%;
	height: 			500px;
	background-color: 	#000;
}

#lightbox {
	position:			absolute;
	overflow:			visible;
	left:				0;
	width: 				100%;
	margin: 			0 auto;
	z-Index:			100;
/*	text-align:			center;*/
}

#outerlightbox {
	display: 			none;
	position:			relative;
	overflow:			visible;
	background-color:	#fff;
	width:				200px;
	height:				200px;
	margin: 			0 auto;
	text-align:			center;
}

#innerlightbox {
	text-align:			left;
}

#loading {
	padding-top:		30%;
	display:			block;
}

#loadingLink {
	text-decoration:	none;
}

#loading img {
	border:				0;
}

#imageDataContainer {
	position:			relative;
	left:				0;
	z-Index:			100;
	background-color:	#fff;
	margin: 0 auto;
}


#imageData	{
	padding:			0 10px; 
	color: 				#666; 
}
#imageData #imageDataTable {
	border:				0;
	padding:			0;
	margin:				0;
	width:				100%;
}
#imageData #imageDetails { 
	width:	 			70%;
	text-align: 		left;
}	
#imageData #imageCaption { 
	font-weight: 		bold;	
}
#imageData #numberDisplay { 
	display: 			block; 
	clear: 				left;
	padding-bottom: 	1.0em;	
}			
#imageData #bottomNav { 
	width: 				30%; 
	text-align:			right;
	padding-bottom: 	0.7em;
}	
#imageData #bottomNav img {
	border:				0;
}

div#container-frame {
	position:		absolute;
	z-Index:		200;
	left:			0;
	text-align:		center;
	width:			100%;
}

div#container {
	position:		relative;
	overflow:		visible;
	background-color:#fff;
	margin: 		0 auto;
	width:			340px;
	padding:		10px;
}

table#mailDataTable {
	width:			100%;
}

