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