$(document).ready(function() {
	$('.block_chambre').cycle({ 
		fx: 'blindZ',
		containerResize: 1,
		speed:    2000, 
		timeout:  5000
	})

});

