.galeria {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	height: 300px;
}
.galeria a {
	text-decoration: none;
	color: #036;
	font-size: 14px;
	font-weight: bold;
}
.galeria .cinzaPequeno {
	font-size: 11px;
	color: #666;
}
.galeria .descricao {
	font-size: 11px;
	color: #999;
}

.galeria .holder {
	height: 150px;
	width: 198px;
	overflow: hidden;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}


.galeriaInterna {
	float: left;
	width: 215px;
	margin-right: 8px;
	margin-bottom: 25px;
	margin-left: 8px;
	text-align: center;
	height: 180px;
}
.galeriaInterna .holder {
	height: 150px;
	width: 215px;
	overflow: hidden;
}
#thumbs {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}
#thumbs #slider1 {
	width: 890px;
}

#thumbs #slider1 li {
	width: 150px;
	height: 90px;
	overflow: hidden;
	margin-right: 5px;
}
#foto {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#bggal {
	background-image: url(../images/resources/bggal.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
}
