$(function() {
	$('#slideshow img:first').fadeIn(1000, function() {
        $('#slideshow').cycle({
            fx:     'fade',
            speed:   1000,
            timeout: 9000,
            delay:  -4000,
            pager:  '.pager'
        });
    });
});
