#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #e6e6ec;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
}

#lightbox img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 1px solid #5b5b55;
}

#outerImageContainer {
	position: relative;
	margin: 0 auto;
	background: #e1d099   url(http://www.northtorontocatrescue.com/images/pages/_pageElements/containers/container-bkgd.png);
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-border-bottom-left-radius: 0px;
	border: 1px solid #5b5b55;
	border-bottom: none;
}

#imageTitle {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	font-size: 29px;
}			

#numberDisplay {
	display: none;
	float: left;
	width: 70%;
	margin: 10px 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: white;
}

#closeContainer {
	float: right;
	width: 26px;
	height: 26px;
	margin: 7px 7px 0 0;
	text-align: center;
	background-color: white;
	border: 1px solid #5b5b55;
}

#closeContainer img {
	padding: 0;
	background-color: transparent;
	text-align: center;
	border: none;
}

#imageContainer {
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	text-align: center; 
	line-height: 0;
}

#hoverNav  {
	z-index: 10;
	position: relative;
	top: -80px;
	width: 86%;
	height: 64px;
	margin: 0 auto;
}

#prevLink, #nextLink {
	z-index: 20;
	width: 64px;
	height: 64px;
}


#prevLink, #prevLink:hover, #prevLink:visited:hover {
	float: left;
	margin: 0;
	background: transparent url(http://www.northtorontocatrescue.com/images/scripts/lightbox/prevlabel.png) left no-repeat;
}

#nextLink, #nextLink:hover, #nextLink:visited:hover {
	float: right;
	margin: 0;
	background: transparent url(http://www.northtorontocatrescue.com/images/scripts/lightbox/nextlabel.png) right no-repeat;
}

#imageDataContainer {
	font-family: Verdana, Helvetica, sans-serif;
	width: 100%	;
	min-height: 3em;
	overflow: visible;
	position: relative;
	top: -26px;
	left: -1px;
	background: #e1d099  url(http://www.northtorontocatrescue.com/images/pages/_pageElements/containers/container-bkgd.png);
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-border-radius: 5px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-border-top-left-radius: 0px;
	border: 1px solid #5b5b55;
	border-top: none;
}

#imageDetails {
	margin: 0 40px 10px;
	padding: 10px 0 20px;
	text-align: justify;
	font-size: 13px;
	line-height: 1.2em;
}
