<!-- Estilos para banner de destaque rotativo -->
<style type="text/css">
/* banner de destaque rotativo */
#banner_destaque
{
	position: relative;
	background-color: #CCCCCC;
	float: left;
	width: 920px;
	height: 280px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#banner_destaque #banner_imgs
{
	width: 920px;
	height: 280px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

#banner_destaque .itens
{
	cursor: pointer;
	cursor: hand;
}

#banner_destaque a
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 11px;
	color: #013368;
	text-decoration: none;
}

#banner_destaque a:hover
{
	color: #333333;
}

#banner_destaque #botoes
{
	position: relative;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 11px;
	color: #013368;
	padding: 0px;
	background-color: #CCCCCC;
	width: 920px;
	height: 20px;
}

#banner_destaque #banner_transicao
{
	opacity: 0.99;
	zoom: 1;
}
</style>
<!-- Fim do estilo para banner de destaque rotativo -->