<!-- Estilos para imagens rotativas -->
<style type="text/css">
/* destaque rotativo */
#destaque_rotativo
{
	position: relative;
	text-align: center;
	line-height: 12px;
	float: left;
	width: 445px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#destaque_rotativo a
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #A19F9E;
	text-decoration: none;
}

#destaque_rotativo a:hover
{
	color: #085C78;
}

#destaque_rotativo #seta_dir_esquerda
{
	cursor: pointer;
	cursor: hand;
}

#destaque_rotativo #seta_dir_direita
{
	cursor: pointer;
	cursor: hand;
}

#destaque_rotativo .seta_rotativa
{
	position: relative;
	float: left;
	padding: 0px;
	height: 20px;
	vertical-align: middle;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
}

#destaque_rotativo #imagens
{
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#destaque_rotativo .imagens_pequenas
{
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 66px;
}
/*
#destaque_rotativo #img_rot_transparencia
{
	opacity: 0.50;
	zoom: 1;
}
*/
/* Fim do destaque rotativo */
</style>
<!-- Fim dos estilos para imagens rotativas -->
