		$(document).ready(function(){
			$('#hero').cycle({
				fx: 'fade',
				speed: 2500,
				timeout: 2500
			});
		});
		
				$(document).ready(function(){
			$('#slideshow').cycle({
				fx: 'fade',
				speed: 2500,
				timeout: 2500
			});
		});
