$(document).ready(function() {
						   
	$('#teaser-pic').cycle({fx: 'fade', timeout: 10000});
	
});
