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

