/* AUFRUF DER LIGHTBOX */
$(document).ready(function(){
      $("a[rel^='prettyPhoto']").prettyPhoto();
});
