 $(window).load(function() {
         $('#featured').orbit({
         	animation: 'fade',                  // fade, horizontal-slide, vertical-slide, horizontal-push
     		animationSpeed: 800,                // how fast animtions are
     		advanceSpeed: 4000, 		 // if timer is enabled, time between transitions 
     		pauseOnHover: false, 		 // if you hover pauses the slider
     		directionalNav: true, 		 // manual advancing directional navs
     		captions: true, 			 // do you want captions?
     		captionAnimation: 'none', 		 // fade, slideOpen, none
     		captionAnimationSpeed: 800, 	 // if so how quickly should they animate in
     		bullets: true			 // true or false to activate the bullet navigation
         });
     }); 
	
		$(function(){
	
			$(".ticker").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prev",
				auto: true,
				visible: 4,
				speed: 1200
			});
			
			
			
			$("a.fancy").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	600, 
				'speedOut'		:	200, 
				'overlayShow'	:	true,
				'overlayOpacity' :  0.1,
				'overlayColor' : '#666',
				'padding' : 0
			});
			
			$("a.iframe").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	600, 
				'speedOut'		:	200, 
				'overlayShow'	:	true,
				'overlayOpacity' :  0.7,
				'overlayColor' : '#666',
				'padding' : 0,
				'width': '90%',
				'height': '90%'
			});
			
		
		});


    $(document).ready(function(){
    $(".nieuwsbrief label").inFieldLabels();
    });


