a,img {border: none;}
.transicao {-webkit-transition:all ease-out 0.5s;-moz-transition:all ease-out 0.5s;-o-transition:all ease-out 0.5s;-ms-transition:all ease-out 0.5s;transition:all ease-out 0.5s;}	

.ativo {opacity: 1!important; filter:alpha(opacity=100)!important;}
 
#figure_slide {
	width: 100%; 
	height:100%; 
	left: 0; right: 0; 
	margin-right: auto; margin-left: auto; 
	position: absolute;
	top: 0; margin-top: 0;
	z-index: 2; 
	overflow: hidden;
}
#figure_slide img{
	width: 100%;
	margin-top: 0px;
	opacity: 0;
	height: 100%;
	z-index: 2;
	position: absolute;
}