$(document).ready(function() {

    /*slukic@skybrud.dk*/

$(".lightbox").lightbox({
    borderSize: 0,
    fileBottomNavCloseImage: 'img/lightbox/dk/btnClose.gif',
    strings: {
        help: ' \u2190 / P - previous image\u00a0\u00a0\u00a0\u00a0\u2192 / N - next image\u00a0\u00a0\u00a0\u00a0ESC / X - close image gallery',
        prevLinkImage: 'img/lightbox/dk/btnPrev.gif',
        prevLinkTitle: 'forrige billede',
        nextLinkImage: 'img/lightbox/dk/btnNext.gif',
        nextLinkTitle: 'nęste billede',
        prevLinkText: '&laquo; Tilbage',
        nextLinkText: 'Frem &raquo;',
        closeTitle: 'luk billed galleri',
        image: 'Billede ',
        of: ' af '
    }
});

});

