﻿#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin:0 auto;
	padding-bottom:20px;
	background-image:url('/images/popup_gallery_tl.gif');
	background-color:#fef5e6;
	background-position:left top;
	background-repeat:no-repeat;
	}
#lightbox-tr
{
    background-image:url('/images/popup_gallery_tr.gif');
    width:91px;
    height:32px;
    display:block;
    float:right;
    cursor:pointer;
}
#lightbox-bl
{
    background-image:url('/images/popup_gallery_bl.gif');
    background-color:#fef5e6;
    background-position:left top;
	background-repeat:no-repeat;
	width:100%;
    height:10px;
}
#lightbox-br
{
    float:right;
    background-image:url('/images/popup_gallery_br.gif');
    width:19px;
    height:10px;
}
#imageContainer
{
    padding:1px;
    padding-top:32px;
}
#imageContainer img
{
    margin:0px 10px 0px 7px;
    border:solid 1px #d2cbd9;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	left: 0;
	top:32px;
	height: 80%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 45%;
	height: 80%;
	display: block;
	padding:0px;
	margin:32px 0px 0px 10px;
	}
#prevLink { left: 0; float: left; background:url("/images/prev.gif") left 45% no-repeat;
     }
#nextLink { right: 0; float: right; 
    background:url("/images/next.gif") right 45% no-repeat;
    overflow:visible;
    margin-right:10px;
    }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:Transparent;
	margin: 10px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	
	line-height:normal; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size:11px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 83px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	min-height:1900px;
	background-color: #442564;
	}