		$().ready(function() {
			
			$('.slideshow').cycle({
				fx: 'fade',
				timeout:   4000
			});
			
		});

