$(function(){
	$('ul.sf-menu').superfish({
		delay:       1000,
		animation:   {opacity:'show',height:'show'}, 
		autoArrows:  false,  
		dropShadows: false 						  
	});
	$('#gallery a').lightBox();
	$('#zebra tr:nth-child(even)').addClass('gerade');
         $('.puzzlepop').click(function() {
                 open(this.href, 'f', 'width=743, height=351, resizable=no, scrollbar=no');
                 return false;
         });
});
