$(document).ready(function() {
	// Slideshow implementation
	$('#slideshow')
	
		.cycle({
				timeout:  8000, 
			fx:		'fade'
			
		});
	
});
