	$(document).ready(function() {
		$('.happyHolidays').cycle({ 
			fx:      'zoom', 
			autostop:      1,
		    sync:     0, 
		    delay:   -4000  
		    });		
		
	});

