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


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