$(document).ready(function(){ 
        $("ul.sf-menu").supersubs({ 
            minWidth:    12,
            maxWidth:    27,
            extraWidth:  1     
        }).superfish({
        autoArrows: false,         
        delay: 1000,                            // one second delay on mouseout 
		animation: {opacity:'show',height:'show'},  // fade-in and slide-down animation 
		speed: '500'                         // faster animation speed
		});  


    $('.lightBox').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.9,
	containerResizeSpeed: 500,
	txtImage: 'Bild',
	txtOf: 'von'
   });

}); 
