$(function() {
	$('#slideshow img:first').fadeIn(1000, function() {
        $('#slideshow').cycle( { speed: 750, timeout: 8000 });
    });
});
