.imagens_ambiente_cycle_container {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.imagens_ambiente_cycle_mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%; 
}
.imagens_ambiente_cycle_div {
	position: absolute; 
	display: block; 
	z-index: 1; 
	bottom: 0; 
	right: 0; 
	overflow: hidden;
}
