	jQuery(document).ready(function() {
		jQuery('#slideshow').cycle({
					fx: "fade",
					timeout: 5000,
					speed: 2500,
					height: 247,
					width: 294,
					fit: 1,
					pause: 1
			});
	});
