$('#s3').cycle({
fx: 'turnDown',
speed: '1000',
timeout: '4500',
animOut: { top: 300, left: 600, height: 100, width: 100 }
});
$('#s4').cycle({
fx: 'turnDown',
speed: '1000',
timeout: '4200',
animOut: { top: 300, left: -600, height: 100, width: 100 }
});