/* klo-balisierung.js */

$(document).ready(function() {
  $("a.img").zoomimage({
    opacity: 0.9,
    border: 1,
    caption: true,
    controls: false,
    duration: 0,
    className: "detimg",
  });
});


