#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10001; 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; z-index:9999999 }
#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%; display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/imagesLigthBox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/imagesLigthBox/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 fundo escuro do lightbox NGAPOP*/
#overlay{
	filter: alpha(opacity=70);
	background-color:#000;
	-moz-opacity: 0.8;
	position:absolute;
	height:100%;
	opacity:.80;
	width:100%;
	z-index:1000;
	left:0;
	top:0
}
.divAlertar{
	filter: alpha(opacity=70);
	background-color:#000;
	-moz-opacity: 0.8;
	/*position:absolute;*/
	position:fixed;
	z-index:1500;
	opacity:.80;
	height:100%;
	width:100%;
	left:0;
	top:0
}
/*.divAlertar2 {
	position:absolute;
	margin-left:10%;
	margin-top:-10%;
	overflow:auto;
	z-index:5000;
	height:400px;
	width:700px
}*/
.conteudoAlertar{
	background-image:url(imgCSS/fundoAlert.gif);
	background-repeat:no-repeat;
	padding:35px 20px 5px 20px; 
	border:1px #CC0000 dotted;
/*	margin:-150px 0 0 -120px;*/
	text-align:center;
	font-family:arial; 
	line-height:20px;
	position:absolute;
	font-size:11pt;
	z-index:5000;
	width:200px; 
	max-height:70px;
	min-height:48px;
	color:#666; 
	left:50%;
	top:50%
}
/* configurar linhas/colunas, validação formulario curriculo, visualiza curriculo */
.conteudoLightBox{
	border:1px #CC0000 dotted;
	background:#FFFFFF;
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2000;
	color:#666; 
	left:50%;
	top:50%
}
.lighBoxConfTabela{
	border:1px #CC0000 dotted;
	margin:1% 0 0 -200px;
	background:#FFFFFF;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
	padding-top:23px;
	position:absolute;
	height:253px;
	z-index:2000;
	width:402px;
	color:#666; 
	left:50%
}
/*.conteudoLightBox{
	border:1px #CC0000 dotted;
	margin:1% auto;
	background:#FFFFFF;
	text-align:center;
	overflow-y:auto;
	overflow-x:hidden;
	padding-top:23px;
	position:absolute;
	height:auto;
	z-index:2000;
	width:auto;
	color:#666; 
	left:50%
}*/
div.conteudoLightBox p div p.barraMenuLightBox,
div.conteudoLightBox p.barraMenuLightBox{
	text-align:right;
	background:#ddd;
	padding:2px
}
div.conteudoLightBox p div p.barraMenuLightBox a img,
div.conteudoLightBox p.barraMenuLightBox a img{
	margin-right:5px;
}
div.conteudoLightBox p div table tr td{
	vertical-align:middle
}
