// JavaScript Document

<!--  initialize the slideshow when the DOM is ready -->
$(document).ready(function() {
	$('.slideshow').cycle({
		fx:    'scrollDown', 
		sync:   1, 
		delay: 4000,
		timeout: 4000
	});
	$('.SliderTemoignage').cycle({
		fx:     'scrollDown', 
		easing: 'bounceout', 
		delay:  -2000, 
		timeout: 7000
	});
});
