$(document).ready(function(){
	$('.teaser').cycle({
		fx:'fade',
		random:0,
		speed:700,
		timeout:7000
	});
});

