$(function() {
    $('.galeria .foto a').lightBox();
	$('#menu').cornerz({ radius:5, corners: "tl tr bl br", background:"#ECE9D8" });
});

