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

