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

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

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


