#foto-destaque {
	position: relative;
	z-index:32;
}

#foto-destaque-link-imagem {
	display:block;
}

#foto-destaque img {
	width: 300px;
	height:230px;
	border:none;
	background-color:#000000;
}

#foto-destaque-link-imagem-borda {
	width:300px;
	_width:300px;
	height:230px;
	_height:230px;
	border:none;
	background-color:#000000;
}

#foto-destaque-botao-anterior, #foto-destaque-botao-proximo  {
	float: left;
	position: absolute;
	width: 14px;
	height:15px;
	top: 200px;
	border: none;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#foto-destaque-botao-anterior {
	background: url(../images/seta_dir.gif) center center no-repeat;
	left:282px;
}

#foto-destaque-botao-proximo {
	background: url(../images/seta_esq.gif) right no-repeat;
	left:3px;
}

#foto-destaque-titulo {
	height:42px;
	width: 300px;
	position: absolute;
	top: 188px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/fundo-transparente.png');
	background-image:url(../images/fundo-transparente.png);
}

#chapeu-destaque {
	position:absolute;
	top: 188px;
	width: 220px;
	left: 35px;
	font-size: 10px;
	color: #F0C20B;
	text-align:right;
	font-weight: bolder;
	text-decoration:none;
	
}

#titulo-destaque {
	position: absolute;
	width: 260px;
	left: 0px;
	top: 192px;
	text-align:center;
	font-size: 12px;
	padding-left:12px;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana;
	font-weight:bold;
	color: #F7F7F7;
}
