$(document).ready(function(){

	// initalize the slider
	$('#slideshow').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 4500, 
		pause: 1
	});
	
});
