
h1 {
	font: bold 480%/100% "Courier New", Courier, monospace;
	letter-spacing: -3px;
	margin: 0;
	padding: 0 0 4px 15px;
	background: #d4e093;
	border-bottom: solid 1px #a36e36;
	color: #543a1b;
	width: 83%;
}
.credits {
	margin: -5px 0 3.5em;
	padding-left: 15px;
	font: 130%/110% "Courier New", Courier, monospace;
}
.credits a {
	color: #000;
	background: #c3e4e2;
	border-bottom: solid 1px #a36e36;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 .5em;
	font-size: 110%;
}
.credits em {
	color: #fff;
	background: #000;
	border-bottom: solid 1px #a36e36;
	padding: 0 .3em;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.gallery li {
	width: 120px;
	height: 110px;
	margin: 10px 5px 0px;
	float: left;
	position: relative;
}
.gallery li .thumb{
	width:140px;
	height:100px;
	}

#fotoZoom {
	width:670px; 
	height:520px; 
	background-color: #ff9900;
	display: none; 
	visibility: visible; 
	position: absolute;
	text-align:center;
	top:200px; 
	left:20%;
	margin:0 auto;
	z-index:35;
}
#bgFotoZoom {
	background-color: black; 
	display: none;
	width:100%; 
	height:2000px; 
	top:0px; 
	left:0px; 
	visibility:visible; 
	position:absolute;
}
img {
	border:0px;
}

.gallery .bg {
	background: url(../imagens/polaroid1600.png) no-repeat;
	width: 115px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gallery span {
	background:  url(../imagens/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align:center;
	left: 20px;
	top: -12px;
	z-index: 4;
}
.gallery img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}
.gallery em {
	display: block;
	padding: 4px 0 0;
	text-align: center;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	color: #333;
	width: 160px;
	vertical-align:text-top;
	position: absolute;
	bottom: 8px;
	right: 0;
	z-index: 3;
}


