$('#shuffle').cycle({
fx: 'zoom',
easing: 'easeOutBack',
delay: -3100
});
$('#shuffle2').cycle({
fx: 'zoom',
easing: 'easeOutBack',
delay: -3200
});
$('#shuffle3').cycle({
fx: 'zoom',
easing: 'easeOutBack',
delay: -3300
});
$('#shuffle4').cycle({
fx: 'zoom',
easing: 'easeOutBack',
delay: -3400
});
$('#shuffle5').cycle({
fx: 'zoom',
easing: 'easeOutBack',
delay: -3500
});