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

