$(document).ready(function() {
	
	$('#slideshow img').css('display', 'block');
	
	$('#slideshow').cycle({
		fx: 'fade'
	});

});
