#lightbox
{
	background			:#eee;
	padding						: 10px;
	border-bottom		: 2px solid #666;
	border-right			: 2px solid #666;
	display						: none;
	position 					: absolute;
	z-index 						: 100;
}

#lightboxDetails
{
	font-size			: 0.8em;
	padding-top	: 0.4em;
}

#lightboxCaption{ float: left; display: none; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay
{
	background	: #000;
	display				: none;
	position 			: absolute;
	top 						: 0;
	left 						: 0;
	opacity 				: 0.5;
	width 					: 100%;
	z-index 				: 90;
}

#loadingImage
{
	position 	: absolute;
	z-index 		: 150;
}

#closeButton
{
	position 	: absolute;
	z-index 		: 250;
	top				: 5px;
	right				: 5px;
}

#buttonControl
{
	width 			: 100%;
	position 	: absolute;
	top 				: 200px;
	left 				: 0;
}

#buttonControl a { opacity : 0.5; }
#buttonControl a:hover { opacity : 1; }

#dtlNext { float: right; }
#dtlPrev { float: left; }