// execute your scripts when DOM is ready. this is a good habit

$(function() {
$('ul.headermenu li:first-child').addClass( 'eerste' );
$('ul.headermenu li:last-child').addClass( 'laatste' );
});


$(function() {		
		
	// initialize scrollable with mousewheel support
	$(".scrollable2").scrollable({ circular: true, vertical: false, mousewheel: true }).autoscroll({ autoplay: true, interval: 3000, steps:3 });	
	
});


    $(document).ready(function(){
      $("ul.tabs").tabs("div.slider > div", {
        effect: 'fade',
        fadeOutSpeed: 1000,
		fadeInSpeed: 1000,
        rotate: true
      }).slideshow({
        interval: 5500,
        autoplay: true
      });
    });
    
    

 $(document).ready( function(){ $('.slider').innerfade({ animationtype: 'fade', speed: 1900, timeout: 8000, type: 'random', containerheight: '289px' });   } );  


