#exibe_destaque img {
	width:425px;
	height:200px;
	border:1px solid #333;
}

#d {
	float:left;
	position:relative;
}
#d #thumbs {
	background:url(../imagens/borda_noticia_destaque.png) no-repeat left top;
	position:absolute;
	top:56px;
	*top:60px;
	_top:60px;
	width:20px;
	height:200px
}
.tab_1{
	display:block;
	background:url(../imagens/1_on.png) no-repeat top left;
	width:40px;
	height:33px;
}
.tab_off_1{
	display:block;
	background:url(../imagens/1_off.png) no-repeat top left;
	width:40px;
	height:33px;
}

#thumbs img {
	display:block;
	position:relative;
	top:-2px;
	left:-26px;
	margin-top:6px;
}
#thumbs .transp {filter:alpha(opacity=60);-moz-opacity:.40;opacity:.60;}
#thumbs .opac { filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}

#hid {
	display:none; 
	position:absolute; 
	left:-5000px; 
	top:-5000px;
}
