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

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


