
/* Lightbox Thumbnail gallery
------------------------------------------------------------------------------------*/

#lightbox_container
    {
    width:100%;
    margin:0px 0px 16px 0px;
    }

#lightbox_container img
    {
    margin:0px 16px 16px 0px;
    border:1px solid #4e3418;
    }

#lightbox_container a:link, #lightbox_container a:visited, #lightbox_container a:hover, #lightbox_container a:active
    {
    background:#ffffff;
    border: none;
    }

/* 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;
	
	margin:0px auto;
	background-color:#4e3418;
	border:1px solid #4e3418;
	}

#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:#4e3418;
	border-right:1px solid #4e3418;
	border-bottom:1px solid #4e3418;
	border-left:1px solid #4e3418;
	overflow:auto;	
	}

#imageData
	{
	padding:0px 10px;
	color:#ffffff;
	}

#imageData #imageDetails
	{
	float:left;
	width:70%;
	padding:0px 0px 1em 0px;
	text-align:left;
	}
	
#imageData #caption
	{	
	font-weight:bold;
	color:#ffffff;
	}

#imageData #numberDisplay
	{
	display:block;
	color:#ffffff;
	clear:left;
	}

#imageData #bottomNavClose
	{
	float:right;
	width:66px;
	padding-bottom:0.7em;
	background:none;
	}
	
#bottomNavClose a
	{
	border:none;
	}

#overlay
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	background-color:#4e3418;
	z-index:90;
	}