#layerGeral
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
}

#layerOpaco
{
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
}

#layerMiolo
{
	width: 510px;
	height: 490px;
	background-color: #FFF;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}