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