$j(document).ready(function() {
	$j('#mainSlideshow').cycle({
		pause: 1,
		delay: 500,
		timeout: 8000,
		speed: 2500
	});
});