$(document).ready(function() {
    $('#slideshow').cycle({
        fx: 'fade',
                speed: 2500
    });
});


$(document).ready(function() {
      
      
      setTimeout((function()
      {
        $("#black").hide();
        
      }), 3000);
  
});

