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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox++/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox++/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../images/px_gallery.png);
	background-repeat: repeat-xy;
	background-position: top left;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin-left: 10px;
	margin-top: 10px;
	}
#imageDataContainer img#closeimage {
	cursor: pointer;
}
#imageData{	width: 100%; padding:0; color: #666; position: relative;}
#imageData #imageDetails{ width: 80%; text-align: left; padding-top:31px; padding-left: 7px; float: left;}	
#imageData #imageDetails img#infoimage {
	position: absolute;
	top: 0;
	left:8px;
	cursor: pointer !important;
	z-index: 50;
}
#imageData #caption{ font-weight: normal; color: #fff;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 34px; margin-left: 0; /*float: right;*/ position: absolute; top: 0; right: 0;  padding-top: 0; padding-right: 20px; z-index: 50; height: 28px; padding-bottom: 4px; cursor: pointer;
background-image: url(../images/branco.png); background-repeat: repeat-y; background-position: top right; overflow: hidden;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
#imageDetails2 {
	background-image: url(../images/branco.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-bottom: 8px;
	padding-top: 0;
}