// JavaScript Document
jQuery(function() {
		$('.slideshow').cycle({ 
			    timeout:	4500, //1000 for dev - change back to 5000
			    cleartype:  0,
					random: 1
							  });
	});

