$(function(){
    $('a[@rel*=lightbox]').lightBox({
        fixedNavigation: false,
        txtImage: "Picture",
        txtOf: "of"
    });
});
