$(document).ready(function() {
    $('.slideshowmeal').cycle({
	    timeout: 7000, 
		fx: 'fadeZoom'
	});
});

