$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow_box')
		.cycle({
			fx:		'fade'
			
		});
		
		});
