jQuery(function() {

	jQuery('#introGallery').cycle({ 
		fx: 'fade', 
		speed:  3000 ,
		timeout:  3000 
	 });
    
});


