$(document).ready(function () {
  $('ul.gallery a').lightBox({
    imageBtnPrev:         'file/project.templates.external.cookery/lightbox-btn-prev.gif',
    imageBtnNext:         'file/project.templates.external.cookery/lightbox-btn-next.gif',
    imageBlank:           'file/project.templates.external.cookery/lightbox-blank.gif',
    imageBtnClose:        null,
    imageLoading:         null,
    containerResizeSpeed: 200
  });
});

