if(jQuery) {
	jQuery(document).ready(function($){
	
		jQuery(".first-teaser-changer").cycle({
			timeout: 7000,
			speed: 800,
			pause: true
		});
	
	});
}
