$(document).ready(function() {
$('#slideshow-container').cycle({ 
    fx: 'fade'
});

});


