Counting down until next sale
 
This is the first image
 
$('#shuffle').cycle({
			fx:     'shuffle',
			easing: 'easeOutBack',
			delay:  -4000
			});
$('#slide').cycle({
			fx: 'turnDown',
			delay:   -4000
			});
$('#zoom').cycle({
			fx:    'zoom',
			sync:  false,
			delay: -2000
			});
$('#fade').cycle();
$('#up').cycle({
			fx:    'curtainX',
			sync:  false,
			delay: -2000
			 });