$(document).ready(function() { 

		$("a[rel=lightbox]").fancybox({
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'fade',
			'titlePosition' 	: 'over',
			'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			    return '<span id="fancybox-title-over">Bild ' +  (currentIndex + 1) + ' von ' + currentArray.length + ' - ' + title + '</span>';
			}
		});

}); 

$(window).load(function() {
	$('#header-slideshow').nivoSlider({
        effect:'sliceUpDown',
        slices:20,
        animSpeed:750,
        pauseTime:4000,
        startSlide:0,
		  directionNav:true,
        directionNavHide:true,
        controlNav:false
    });
});


