#capa_destaques1 #slideShow2{
	width:450px;
	height:234px;
}
#capa_destaques1 .pagelinks a{
	color: #ffffff;
	background-color:#000;
	padding:5px;
}
#capa_destaques1 .slideCaption{
	height:34px;
	color:#ffffff;
	padding:4px;
	font-weight: bold;
	background-image:url(bg.png);
	top:184px;
}
#capa_destaques1 .slideCaption h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px;
	padding:0px;
}
#capa_destaques1 .pagelinks a.activeSlide{
	color: #000000;
	background-color:#80bb25;
}
/* this is for IE so the prev/next links can be hovered*/
#capa_destaques1 .nextSlide, 
#capa_destaques1 .prevSlide{}
#capa_destaques1 .nextSlide:hover{
	background-image: url(nextslide.png);
	background-repeat: no-repeat;
	background-position: right 100px;
}
#capa_destaques1 .prevSlide:hover{
	background-image: url(prevslide.png);
	background-repeat: no-repeat;
	background-position: left 100px;
}
#capa_destaques1 .inputsTooltip{
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#capa_destaques1 #tooltipURL{
	display: none;
}