$().ready(function() {
	$('#slideshow').cycle({ 
		fx: 	'fade',
		speed:  'slow',
		timeout: 10000,
		pager:	'.pager'
	});
});