* {
	margin:0;
	padding:0;
	border:0;
	line-height:0;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	}

#tudo {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	}

#flash div#obs {
	width: 450px;
	margin: 30px 0;
	padding: 15px;
	background-color: red;
	color: white;
	line-height:normal;
	font: 12px Arial;
	}
	#flash div#obs a { color:white }

#flash p,
#flash h1,
#flash ul{
	margin-top: 15px;
	line-height: normal;
	font: 16px Georgia;
	color: #7A6736;
	width: 350px;
}
#flash h1 {
	font-size: 24px;
}
#flash a {
	color: #F60
}
#flash ul {
	line-height:normal;
	font: 12px Georgia;
	margin: 25px;
	}
	#flash ul li {
		margin: 8px;
	}
#menu {
	margin-top: 7px;
	margin-bottom: 20px;
	font: 13px Georgia;
	}
	#menu a {text-decoration: none;}
	#menu a:hover {text-decoration: underline;}
hr {
	border-top: 1px #999 solid;
	width: 480px;
	margin: 30px 0;
}



/*________________________ LIGHTBOX ________________________*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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; border:1px #A39161 solid }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 45%; 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; margin-left: -45px;}
#nextLink { right: 0; float: right; margin-right: -45px;}
#prevLink:hover { background: url(../images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }
#prevLink:visited:hover { background: url(../images/prevlabel-hover.gif) left 50% no-repeat; }
#nextLink:visited:hover { background: url(../images/nextlabel-hover.gif) right 50% no-repeat; }

#imageDataContainer{ font: 0px sans-serif; margin: 0 auto; line-height: 1.4em; overflow:hidden; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ display:none }
#imageData #caption{ display:none }
#imageData #numberDisplay{ display:none }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-right:45px; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #FFF; }
