$(function () {
    jQuery(".lightbox").fancybox({
        'titleFromAlt': true
    });
});
