$(document).ready(function() {
    $('.slideshowIndex').cycle({
		fx: 'fade',
		speed: 2500,
		delay: -1000,
		timeout: 2500
	});
});

