$(document).ready(
	function() 
	{
		$('#montessori_bild_cycle').cycle({ 
			fx:    'fade', 
    	speed:  2500,
    	timeout:  2000
		});
	}
);
