$(document).ready(
  function(){
    
  	// let's catch all links in the content ul
  	// and make them popup
  	$('#wrapper ul#thestrip li a').lightBox({
  		txtImage: ''
    	});

   	$('#wrapper ul#beurspicts li a').lightBox({
  		txtImage: '',
      fixedNavigation: true
    	});
    
    $('ul#beurspicts').innerfade({
	    speed: 100,
		  timeout: 500,
   		type: 'sequence',
    	containerheight: '110px'
      });
      
    });