$(document).ready(function() {

	$('.bilderwechsel').cycle({
    fx:    'fade', 
    speed:  4000,
    timeout: 3000,
    pause: 1,
    random: 1 
	})
});


