		jQuery(document).ready(function(){
			jQuery('.ngg-widget').cycle({
				fx: 'fade',
				speed: 2000,
				timeout: 6000 
			});
			

		});

