// JavaScript Document~
$(document).ready( function () {
	$('#produitShop').cycle({
							 fx: 'fade',
							 timeout: 4000
							 });
	});
