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

