// Uses: http://malsup.com/jquery/cycle/lite/ v1.0

$(document).ready(function() {
	$('#image-underlay.slideshow').cycle({
		/*
		delay: -300,
		speed: 400,
		timeout: 200
		*/
	});
});