// JavaScript Document

$(function() {
	$('#slideshow img:first').fadeIn(6500, function() {
        $('#slideshow').cycle({fx:'fade',timeout:6500});
    });
});
