$(function() {
  $('.productinfo a[rel=lightbox]').lightBox({
    imageLoading  : '/templates/jvshoppen/assets/jquery-lightbox/images/loading.gif',
    imageBtnClose : '/templates/jvshoppen/assets/jquery-lightbox/images/close.gif',
    imageBtnPrev  : '/templates/jvshoppen/assets/jquery-lightbox/images/prev.gif',
    imageBtnNext  : '/templates/jvshoppen/assets/jquery-lightbox/images/next.gif',
    imageBlank    : '/templates/jvshoppen/assets/jquery-lightbox/images/blank.gif',
    txtImage      : 'Billede',
    txtOf         : 'ud af'
  });
});

