$(function(){
         $('#gallery a').lightBox();
         /* Zebra */
         $('#zebra tr:nth-child(even)').addClass('gerade');
         $('.puzzlepop').click(function() {
                 open(this.href, 'f', 'width=743, height=351, resizable=no, scrollbar=no');
                 return false;
         });

});
