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