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




