
/* Lightbox
--------------------------------------------------------------------------------*/

#lightbox
	{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	line-height:0;
	z-index:100;
	}

#lightbox a img
	{
	border:none;
	}

#outerImageContainer
	{
	position:relative;
	width:250px;
	height:250px;
	margin:0px auto;
	background-color:#ffffff;
	border:1px solid #ad0000;
	}

#imageContainer
	{
	padding:10px;
	}

#loading
	{
	position:absolute;
	top:40%;
	left:0%;
	width:100%;
	height:25%;
	text-align:center;
	line-height:0;
	}
	
#hoverNav
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	}

#imageContainer>#hoverNav
	{
	left:0;
	}

#hoverNav a
	{
	outline:none;
	border:none;
	}

#prevLink, #nextLink
	{
	display:block;
	width:49%;
	height:100%;
	background:transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	}

#prevLink
	{
	left:0;
	float:left;
	}

#nextLink
	{
	right:0;
	float:right;
	}

#prevLink:hover, #prevLink:visited:hover
	{
	background:url(/images/lightbox/prevlabel.gif) left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover
	{
	background:url(/images/lightbox/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer
	{
	position:relative;
	top:-1px; /* hides the bottom border of the #outerImageContainer after rollout */
	width:100%;
	margin:0px auto;
	font:10px Verdana, Helvetica, sans-serif;
	line-height:1.4em;
	background-color:#ffffff;
	border-right:1px solid #ad0000;
	border-bottom:1px solid #ad0000;
	border-left:1px solid #ad0000;
	overflow:auto;	
	}

#imageData
	{
	padding:0 10px;
	color:#666;
	}

#imageData #imageDetails
	{
	float:left;
	width:70%;
	text-align:left;
	}
	
#imageData #caption
	{
	font-weight:bold;
	color:#808080;
	}

#imageData #numberDisplay
	{
	display:block;
	padding-bottom:1.0em;
	color:#999999;
	clear:left;
	}

#imageData #bottomNavClose
	{
	float:right;
	width:66px;
	padding-bottom:0.7em;
	background:none;
	border:none;
	}

#overlay
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	background-color:#ffffff;
	z-index:90;
	}