$(function() {

			$('#menu').slidy({
				children:	'a',
				menu:		true,
				pause:		true,
				speed:		800,
				time:		4000,
				animation:	'fade',
				width:		580,
				height:		365
			});
                        });
