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