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