$(document).ready(function() {
    $('.fotosEsq').cycle({
		fx:   'shuffle', 
		timeout: 4000,
		pause: 1,
    shuffle: { 
        top:  -20, 
        left:  -360 
    }
	});
	$('.fotosDir').cycle({
		fx:   'shuffle', 
		timeout: 4000,
		pause: 1,
    shuffle: { 
        top:  -20, 
        left:  360 
    }
	});
	$('.hospedagem').cycle({
		fx:   'fade', 
		timeout: 4000
	});
});