body {
	text-align: center;
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding: 0px;
	margin: 0px;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

.titulo {
	background: url(figuras/titulo.gif) top left no-repeat;
	background-color: #000;
	color: #fff;
	padding-top: 18px;
	height: 50px;
	margin-bottom: 6px;
	text-align: left;
}

.titulo a { color: #FFF; }

.nome {
	width: 687px; text-align: right;
}

.tudo{
	min-width: 714px;
	margin: auto;
	text-align: center;
}

.numeros {
	float: left;
	width: 50px;
	background: url(figuras/fita.gif) right;
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-bottom: 3px;
}

.numeros .ativo {
	font-weight: bold;
}

.conteudo {
	float: left;
	width: 662px;
	text-align: center;
}

.thumbs {
	margin: 0 36px 0 36px;
}

.foto {
	display: none;
}

.thumbs {
	padding-top: 23px;
	width: 600px;
	clear: both;
}

.thumb {
	float: left;
	width: 110px;
	height: 130px;
	margin: 5px;
}

.anterior, .proximo, .home {
	padding-top: 20px;
	padding-bottom: 10px;
}

.home {
	width: 514px;
	text-align: center;
	float: left;
}
.home #_home {
	display: none;
}

.anterior, .proximo {
	padding-top: 20px;
	width: 74px;
}

.anterior a, .proximo a {
	font-weight: bold;
}

.anterior {
	float: left;
	padding-left: 25px;
}

.proximo {
	float: right;
	padding-right: 25px;
}

.carregando {
	position: absolute;
	width: 90px;
	top: 11px;
	left: 200px;
	padding: 8px;
	z-index: 100;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	display: block;
	text-align: center;
}
