/* cycle */
$(function() {
	$ ("div#visual").cycle ({
		speed:    1500,
		timeout:  4500
	});
});

