#galeria {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#galeria a {
	text-decoration: none;
	height: 135px;
	width: 123px;
	display: block;
	float: left;
	color: #510000;
	text-align: center;
}
#galeria a:hover {
	color: #C40524;
	background-color: #E7D2BB;
	height: 135px;
}
#galeria a:hover.vacuo{
	background-color: transparent;
}
h2{
	width: 100%;
	clear: both;
	text-align: center;
	float: left;
	background-color: #E7D8CA;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumb {
	height: 110px;
	width: 110px;
	text-align: center;
	margin: 5px;
	float: left;
}
#imagem {
	background-image:  url("/imagens/carregando.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
#baixo {
	text-align: center;
}
#texto {
	height: auto;
	margin-bottom: 15px;
	text-align: left;
}
.bkindex {
	display: inline;
}
.voltar {
	display: none;
}
#zoom {
	float: left;
	text-align: center;
	width: 400px;
}
.alone {
	padding-right: 120px;
	padding-left: 120px;
}

