#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;
	}

#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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
*/
#nextLink { margin-left:10px;}

#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 10px;
	height: 200px;
	color: #666;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; margin-top:15px; padding-bottom: 1.0em;}
#imageData #numberDisplay_not{ margin-bottom: 10px;}				
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}	

#lightboxImage img{
	margin-bottom:15px;
}
/*#barraFechar { background-color:#999999}
#bottomNav img { margin-bottom:40px;}*/

#ctrlNav_noticias{
	/*background-color:#eceded;*/
	width:165px;
	_width:170px;
	height:60px;
	float:right;
	/*margin-top:35px;
	_margin-top:-60px;
	margin-right:15px;
	_margin-right:5px;
	padding-bottom:4px*/
}

#ctrlNav{
	background-color:#eceded;
	width:165px;
	_width:170px;
	height:75px;
	float:right;
	margin-top: 10px;
	/*margin-top:42px; para alinhar com form*/
	margin-right:15px;
	_margin-right:5px;
	padding-bottom:4px;
	vertical-align:bottom;
}
#ctrlNav>#ctrlNav_noticias .titulo{margin-top:4px; _margin-top:14px;}
#ctrlNav>#ctrlNav_noticias .btAnterior{
	width:69px;
	height:21px;
	position:relative;
	float:left;
	margin-left:10px;
}
#ctrlNav>#ctrlNav_noticias .btProxima{
	width:69px;
	height:21px;
	position:relative;
	float:right;
	margin-right:10px;
}
#formEnvio{
	width: 330px;
	height:150px;
	margin-top: 10px;
	float:left;
	text-align:center;
	background-color:#eceded;
	margin-left:15px;
	_margin-left:5px;
	margin-bottom:15px;
	/*visibility: hidden;*/
}
#iframeForm{
	width:310px;
	_width:320px;
	overflow:hidden;
	border:0px;

}
.formEnvio_amigo{
	width:290px;
	height:140px;
	border:0px;
	border-style:none;
	background-color:#eceded;
	/*padding-left:7px;*/
}
.formEnvio_amigo input{
	width:132px;
	color:#666666;
	font-size:10px;
	padding:3px;
}
.formEnvio_amigo .bt_enviar{
	width:69px;
	/*height:22px;*/
}
/*
#barraLegenda {
	width:530px;
	height:30px;
	color:#333333;
	background-color:#F9F9F9;
	padding-top:5px;
	padding-left:15px;
	margin-top:20px;
	_margin-top:10px;
}
*/
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}