a img { border: none; }

#blocoDestaques {
	position: relative;
	margin-top: -120px;
	border:30px solid #fef5e0;
	background:#fef5e0;
	width: 900px;
	height: 500px;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

#blocoDestaques ul,
#blocoDestaques ul li {
	list-style: none;	
}

#blocoDestaques ul li img {
	margin: 0px;
	padding: 0px;
	margin-top: -22px;
	margin-left: -5px;
	width: 910px;
	height: 510px;
	border-radius: 10px;
}

#blocoDestaques ul li {
	position: relative;
}

#blocoDestaques ul li div.fundo {
	width: 900px;
	height: 500px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#blocoDestaques ul li p {
	margin: 0px;	
	padding: 20px 15px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;	
	font-size: 14px;
}

#blocoDestaques ul li p a {
	color: white;
	text-decoration: none;	
}	

#blocoDestaques a.faixa { 
	width: 100px;
	height: 100px;
	
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 100;
	
	background: transparent url('../img/faixa.png') 0 0 no-repeat;
}

#blocoDestaques div.paginas {
	position: absolute;
	bottom: -10px;
	right: 7px;
	
	z-index: 100;
}


#blocoDestaques div.paginas a {
	height: 20px;
	width: 20px;
	
	display: block;
	float: left;
	margin-left: 5px;

	font-size: 0px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;	
	text-align: center;
	line-height: 0px;
	outline: none;
	
	background: #f3b277;
	border: 6px solid #fef5e0;
	
	border-radius: 50px;
}

#blocoDestaques div.paginas a:hover,
#blocoDestaques div.paginas a.activeSlide {
	background: #ba883d;
}

#blocoDestaques ul li p,
#blocoDestaques ul li div.fundo { display: none; }