$(document).ready(function() {
    $('img').removeClass('hidden')
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 7500,
		random: 1
	});
});


