$(document).ready(function() {
	
	//$('#animacao_entrada').innerfade({ 
	//	timeout: 2500 
	//});
	
	$('#animacao_entrada').crossSlide({
		sleep: 1,
		fade: 1
	}, [
	    //{src:'imagens_ambiente/lux.jpg', href: 'cabinas_lux.php'}
		{src:'imagens_ambiente/index_01.jpg', href: 'http://www.sanitana.com/en/loucassanitarias_glam.php'},
		{src:'imagens_ambiente/index_02.jpg', href: 'http://www.sanitana.com/en/moveis_cool.php'},
	    {src:'imagens_ambiente/index_03.jpg', href: 'http://www.sanitana.com/en/colunas.php?ambiente=100121'}
	]);
	
});
