/* FIGURA - slideshow */

#slide { 
	/* position:relative; */
	overflow:hidden;
	height: 258px;
 	padding-top: 20px;
	margin-top: -33px;
}
#slide span.credit  {
	margin-top: 0;	
}
#slide .figure { margin-right: 0; }
#slide .figure img { 
	height: 206px;
	width: 300px;
}
#slide .legend { 
	height: 35px;
	background-color: #027E3E;
	color: #ffffff;
	margin-top: -3px;
	border: 0;
	width: 300px;
	padding: 8px 15px 0 5px;
}
#slide .legend p { 
 	padding: 0 12px 0 12px;
	font-size:12pt;
	line-height:1.5em;
	text-align: justify;
	overflow: hidden;
	height: 35px;
}
#slide .legend span.title { 
 	padding: 0 35px 0 25px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	font-size:1.2em;
}
#slide .legend a { 
	text-decoration: none;
	color: #ffffff;
}
#slideNav { 
}
#slideNav span a { 	
	background-repeat:no-repeat;
	display:block;
	width:20px;
	height:48px;
	text-indent:-9000px;
	z-index: 11;
	position: relative;
	top: 248px;
}
#slideNav #prev2 {
	background:transparent url(images/prev_cinza.gif) repeat scroll center;
	float:left;
	margin-left:2px;
	left: 0;
}
#slideNav #next2 {
	background:transparent url(images/next_cinza.gif) repeat scroll center;
	float:right;
	margin-right:2px;
	right: 0;
}

#acoes.index #slide { 
	height: 295px;
}
#acoes.index #slide .legend { 
	height: 50px;
}
#acoes.index #slideNav span a { 	
	height:68px;
	top: 248px;
}
/* FIGURA - slideshow */