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

$(function() { 
    $('#slike').cycle({  
        speed:  '4500' 
      
    }); 
});  

