$(document).ready(function() {
    $("a.lightbox").lightBox({
        fixedNavigation: true,
        containerBorderSize: 10
    });
});
