$(function() {
	
	$('#slideshow').cycle();
	$('#slideshow li').each(function() {
		$(this).show();
	});
	
});