$(document).ready(function() {

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


