$(document).ready(function() {
		$('.imgbox').cycle({
			fx: 'fade', speed: 2500, timeout: 8000, pause: 0, random: 1
		});
	});
