$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow01')
		.cycle({

			timeout: 3500,
			fx:		'fade'
			
		});
	
});


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


$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow03')
		.cycle({

			timeout: 4000,
			fx:		'fade'
			
		});
	
});