$(document).ready(function() {
  $("div.actie_afbeelding a").fancybox({
    'hideOnContentClick': true,
    'autoDimensions': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.5,
    'overlayColor': '#000',
    'titleShow': false
  });
  $("div#shop_product_afbeelding a").fancybox({
    'hideOnContentClick': true,
    'autoDimensions': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.5,
    'overlayColor': '#000',
    'titleShow': false
  });
  $("div.images a").fancybox({
    'hideOnContentClick': true,
    'autoDimensions': true,
    'centerOnScroll': true,
    'overlayOpacity': 0.5,
    'overlayColor': '#000',
    'titleShow': false
  });
});
