$(document).ready(function(){
/* ### Beginn ### */

/* Slideshow */
	$('#bildwechsel').cycle({
		fx:    'fade',
		speed:  2500
	});
	$('#bildwechsel img').click(function (){
		document.location.href = $(this).attr('longdesc');
	}).css('cursor', 'pointer');



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