$(document).ready(function(){
	$('#slideshow').cycle({
	fx:     'fade', 
	speed:  750, 
	timeout: 5000, 
	next:   '#slideshow', 
	pager:  '#pager'
	});
});