$(document).ready(function(){
	$('#ticker').contentSlider({
		continues:true,
		pause: 7,
		prevButton:'.vorige',
		nextButton:'.volgende',
		beforeSlide:function(){
			$('.float_image').show();
			$('iframe.float_flash').hide();
		},
		afterSlide:function(){
			$('iframe.float_flash').show();
			$('.float_image').hide();
		}
	});
});
