#fShow {
	margin: 0 auto 2em auto;
	margin-bottom: 2em;
	width: 100%;
	max-width: 902px;
}

#fShow ul li {
	display: block;
	width: 100%;
	position: relative;
}
#fShow ul img {
	width: 100%;
}
#fShow ul img.altImage {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#fShow ul li div.legenda {
	position: absolute;
	width: 95%;
	padding: 10px 0 0 5%;
	height: 80px;
	margin: -90px 0 0 0;
	background: rgb(0, 0, 0);
	opacity: 0.7;
}
.thumbDiv.selected {
	background-color: orange;
	cursor: pointer;
}
.thumbTitulo {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
}
