http://malsup.com/jquery/cycle
$('#slides').cycle({
fx: 'fade',
sync: 0,
delay: -5000
});
I want it so my slides fade in, wait 5 seconds then fade out to the next slide - I've been trying for a while but to no avail - any help?