	/* http://malsup.com/jquery/cycle/lite/ */
	$(function() {
	    $('#homeMainBox2').cycle({
			timeout: 5000,
			speed: 2000
		});
	});
