$(function() {

$('#aviso').animate({ left:200 }, 2000);
		
$("#menu ul").lavaLamp({
                fx: "backout", 
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
            });

        $('#gallery a').lightBox({
			overlayBgColor:'maroon',
			fixedNavigation:false,
		});
        $('#galleryset a').lightBox({
			overlayBgColor:'maroon',
			fixedNavigation:false,
		});



});
