$(document).ready(function() {
$('.slideshow').cycle({
		fx: 'fade',
		pager:  '#cyclenav',
		pause:   true,
		timeout: 10000
		
	});
	

});
