$(function(){
    $('a[@rel*=lightbox]').lightBox({
        fixedNavigation: false,
        txtImage: "تصویر",
        txtOf: "از"
    });
});
