$(document).ready(function() {
	// Slideshow implementation
	$('.slideshow_inner')
		.cycle({
			fx:		'fade',
			timeout:	'6500',
			pager:		'#slideshow_nav'
		});
		
});
