$(document).ready(function() {
	// Slideshow implementation
	
	$('.home_slideshow_left')
		.cycle({
			   
			timeout: 5000,
			fx:		'fade'

		});
		
	$('.home_slideshow_right')
		.cycle({
			   
			timeout: 5000,
			fx:		'fade'
			
		});	
		
	$('.inside_slideshow_wrapper')
		.cycle({
			fx:		'fade'
			
		});			
		
});
