#lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	margin-bottom:15px;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #000;
	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(/shared/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	margin-top:29px;
}
#prevLink {
	left: 0;
	float: left;
	background: url(/shared/lightbox/pt/prevlabel.gif) left bottom no-repeat;
}
#nextLink {
	right: 0;
	float: right;
	background: url(/shared/lightbox/pt/nextlabel.gif) right bottom no-repeat;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/shared/lightbox/pt/prevlabel_hover.gif) left bottom no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/shared/lightbox/pt/nextlabel_hover.gif) right bottom no-repeat;
}
#bottomNav {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	margin-top:-12px;
}
#bottomNavClose {
	width: 72px; height:19px; float:right;
}	
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding-top:15px;
}
#imageData #imageDetails {
	float: left;
	text-align: left;
	padding:0 15px 12px 15px;
}
#imageData #caption {
	color:#FFF;
}
#imageData #caption span{ display: block; }
#imageData #caption span.titulo{ margin-bottom: 6px; font-weight: bold; }
#imageData #numberDisplay {
	display: block;
	clear: left;
	margin-top: 12px;
	color:#555;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
/**/	

