$(document).ready(function() {	
			$("#slider").slideshow({
				pauseSeconds: 4,
				width: 620,
				height: 450,
				caption: false
			});
});
