#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#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{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

img.lightbox{ padding: 4px; border: 1px solid gray; -moz-border-radius: 5px;}
img.lightbox:hover{ border-color: #0072A8; }

#lightbox_helper{
		width: 600px;
}

#lightbox_helper .menu div{
		display: inline;
		padding: 3px;
		background: #F2F2F2;
		font-weight: bold;
		cursor: pointer;
		padding-left: 10px;
		padding-right: 10px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
}

#lightbox_helper .menu div:hover, #lightbox_helper .menu div.active{
		background: #458EDD;
		color: white;
}

#lightbox_helper .lightbox_content{
		margin-top: 2px;
		padding: 5px;
		background: #458EDD;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-topright: 4px;
}

.lightbox_content div.default,.lightbox_content div.complex,.lightbox_content div.map{
		background: #F2F2F2;
		padding: 2px 5px 2px;
		border: 1px solid midnightblue;
}

#lightbox_helper .lightbox_content div input.textbox{
		width: 99%;
		padding: 1px 4px;
}

#lightbox_helper .complex input.textbox,#lightbox_helper .map input.textbox{
		margin: 2px 3px;
}


#lightbox_helper .lightbox_content div input.button{
		border: 3px double #458EDD;
		color: #458EDD;
		font-weight: bold;
		padding: 1px 4px 1px;
}

#lightbox_helper .lightbox_content div input.button:hover{background:#458EDD;color:white;}

#lightbox_helper span.reset, #lightbox_helper span.add, #lightbox_helper span.delete, #lightbox_helper span.insert, #lightbox_helper span.link{
		font-weight: bold;
}

#lightbox_helper span.reset:hover, #lightbox_helper span.add:hover, #lightbox_helper span.delete:hover, #lightbox_helper span.insert:hover, #lightbox_helper span.link:hover{
		cursor: pointer;
		background: #458EDD;
		color: white;
}

#lightbox_helper .side_container{
		position: absolute;
		margin-left: 420px;
		margin-top: 3px;
}

#lightbox_helper .lightbox_content td.trow1,#lightbox_helper .lightbox_content td.trow2{
		border-top: 1px dashed black;
		padding: 3px;
}
