$(document).ready(function(){

//montage
$('.montage').cycle({
		fx: 'fade',
		timeout: 5500,
		speed: 1100,
		pause: true
	});

});
