$(function()
{
    $('#s5').cycle({           	
        fx:		'fade',
        timeout: 8000, 
        delay:  -3000 
    });
});
