jQuery(function($) {

    $('a.lightbox').lightBox();

	
	/* DIE SCHATTEN - DEAKTIVIERT 
	
	$("img.dropshadow").dropShadow({left: 5, top: 5, blur: 4, opacity: 1, color: "#000"});
	$("div#footer").dropShadow({left: 0, top: 10, blur: 5, color:"#000"});
	
	*/

});

