.destaques {
	margin-bottom:10px;
	float:left;
	width:581px;
}

.banner .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width:333px;
	height:250px;
	padding:0;
}

.destaques a.prev, #conteudo-capa .destaques a.next { display:none; !important }

.destaques .banner {
	float:left;
	width:333px;
	height:250px;
	padding:0;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}

.destaques .banner img {
	width:333px;
	height:250px;
	margin-top:-80px;
}

.destaques .texto {
	position:relative;
	top:170px;
	left:0px;	
	background:top left url(../images/banner-fundo.png);
	_background:#aaa;
	width:333px;
	height:60px;
	/*padding:10px 20px;*/
	color:#fff;
	z-index:20;
}

.destaques .texto h2 {
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	padding:5px 5px 0 5px;
	margin:0;
}
.destaques .texto h3 {
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	padding:5px 5px 0 5px;
	margin:0;
	color:#fff;
}

.thumbs {
	width:232px;
	height:68px;
	padding:0;
	margin-left:8px;
	float:left;
}

/*.thumbs img {
	width:105px;
	height:66px;
}
*/
.thumbs a {
	float:left;
	margin-left:8px;
	width:232px;
	height:68px;
	clear:both;
	color:#333;
	padding:4px;	
	border-bottom:1px solid #BAC9DB;
}

.thumbs a.selected { background-color:#F5F9FB; }
