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

			timeout: 3500,
			fx:		'fade',
			cleartype: true, 
			cleartypeNoBg: true
			
		});
	
});


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


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

			timeout: 4000,
			fx:		'fade',		
			cleartype: true, 
			cleartypeNoBg: true

			
		});
	
});

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

			timeout: 4000,
			fx:		'fade',		
			cleartype: true, 
			cleartypeNoBg: true

			
		});
	
});



