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

/* Slideshow */
	 jQuery('#bildwechsel').cycle({
		fx:    'fade',
		speed:  2500
    });

	jQuery('#bildwechsel img').click(function (){
		document.location.href = jQuery(this).attr('longdesc');
	}).css('cursor', 'pointer');


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