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