$(document).ready(function(){
/* ### Beginn ### */
	$('.gallery').lightBox();
	$('.gallery2 a').lightBox();
/* Slideshow */
        $('#headerbild').cycle({
            fx:    'fade',
            speed:  2500
    });
        $('.startslide').cycle({
            fx:    'fade',
            speed:  2500
    });
		      $('.startslide2').cycle({
            fx:    'fade',
            speed:  2500
    });

/* Blur */
   $('a').attr('onfocus','if(this.blur)this.blur()');


/* ### Ende ### */
});
