$(document).ready(function() {
	
    $('.slideshow').cycle({
        fx:'fade',
		random:1,
		speed:3500,
		timeout:6000
	});
});

