/*
------------------------------------------

CSS Document - Lightbox Styles

Design by RedStar Designs
http://www.redstardesigns.com.au/

------------------------------------------
*/

#loadingImage
{
	display: none;
	position: absolute;
	top: 15%;
	left: 40%;
	text-align: center;
	line-height: 0;
	z-index: 1;
}

#overlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 996;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}

#lightbox
{
	display: none;
	position: absolute;
	top: 15%;
	left: 40%;
	width: auto;
	height: auto;
	z-index: 997;
}

#lightbox #lightboxImage
{
	display: none;
	margin: 0 auto;
	background-color: #fff;
	z-index: 998;
	padding: 10px;
}

#lightbox #lightboxDetails
{
	display: block;
	position: relative;
	top: -31px;
	font-size: 11px;
	width: 100%;
	height: 22px;
	color: #666;
	padding: 0 10px 10px 10px;
	margin: 0;
	background-color: #fff;
	z-index: -1;
}

#lightbox #lightboxDetails #lightboxCaption
{
	width: 75%;
	float: left;
	text-align: left; 
	font-weight: bold;
	visibility: hidden;
}

#lightbox #lightboxDetails #closeButton
{
	width: 66px;
	float: right;
}