.galeria {
background-image:url(images/bg.png);
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
display:none;
left: 0px;
text-align:center;
color:white;
}

#lista{
margin-left:auto;
margin-right:auto;
max-height:500px;
width:600px;
margin-top:50px;
color:#333333;
background-color:#EAEAEA;
padding: 10px;
}

#lista img{
	border:0;
	margin:2px;
}
#lista .fechar{
font-size:10px;
color:#814E41;
float:right;
text-decoration:none;
}

#voltar{
font-size:12px;
color:#466175;
text-decoration:none;
}

#fotos{
	overflow:auto;
	height:480px;
	display:block;
}
#imagem{
	height:480px;
	display:none;
}