$(document).ready(function(){	   
	$('#slideshow').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 2000,
		random: 0
	});
		$('#dealer-importeur').cycle({
		fx: 'fade',
		timeout:7000,
		speed: 2000,
		random: 0
	});
	
});
