$(function(){
    var picgalElements = $('.picgal_container a');
    picgalElements.lightbox();
    
    picgalElements.each(function(){
        $(this).attr('title', $('img', $(this)).attr('alt'))
    })
    
    
})
