body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#miolo {
	position: relative;
	
	width: 570px;
	height: 680px;
	
	overflow: hidden;
}

#texto {
	text-align: left;
	width: 500px;
	margin-top: 120px;
	margin-left: 20px;
	height: 500px;
	overflow:auto;
}

.galeria {
	position: relative;
	
	width: 460px;
	
	
	bottom: 5px;
	
	height: 650px;
	overflow: hidden;
	
	
}

.foto {
	position: absolute;
	
	width: 460px;
	
	left: 0;
	bottom: 0;
	
	/*
	height: 515px;	
	overflow: hidden;
	*/
}

.thumbs {
	position: absolute;
	width: 460px;
	height: 120px;
	
	overflow: hidden;
	
	bottom: 0;
}

.thumbContent {
	width: 460px;
	height: 120px;
	overflow: hidden;
	text-align: center;
}

#thumbRow {
	_margin-left: -10px;
	text-align: center;
}

.selecionado {
	border: #FFF solid 3px;
	width: 40px;
	height:40px;
	
	overflow: hidden;
}

.thumbItem {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.img {
	
}

.leg {
	/* background-color: #000; */
	width: 470px;
	min-height:50px;
	margin-top: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	
	text-align: center;
}

.legenda {
	margin: 5px 5px;
	font-size: 11px;
}