$(document).ready(function(){
     $(".lightbox").lightbox({
        fitToScreen: true,
        imageClickClose: true,
        strings : {
            help: ' \u2190 / P - previous image\u00a0\u00a0\u00a0\u00a0\u2192 / N - next image\u00a0\u00a0\u00a0\u00a0ESC / X - close image gallery',
            prevLinkTitle: 'Previous image',
            nextLinkTitle: 'Next image',
            prevLinkText:  '&laquo; Previous',
            nextLinkText:  'Next &raquo;',
            closeTitle: 'Close image gallery',
            image: 'Image ',
            of: ' of '
        }
    });
});
