$(document).ready(
    function(){
        $('table#galeria a').lightbox();
    }
);


