// jquery_cycle_all Einstellungen

$(function() {
	$('#teaser_bilder').cycle({ 
		fx:    'fade',
		speed:  3000,
		pause:  0,
		random: 1
	 });
});
