$(document).ready(function() {
    $('#slideshowLeft').cycle({
		fx: 'fade',
                speed: 2500
	});
});
