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

