$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		random: 1,
		delay: -1500,
		speed: 1500,
		timeout: 5000
	});
});
