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



