$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow_box')
		.cycle({
			fx:		'fade',
			timeout:	5000,
			pause:		1,
			pager:		'#slideshow_nav'
			
		});
		
});

