$(function() {
    $('#portfolio a.thumbnail-link').lightBox({fixedNavigation: true});
    $('#portfolio dl a').attr('target', '_blank');
});

