$(document).ready(function() { 
	$(function() {
		$('ul#gallerie a').lightBox({fixedNavigation:true});
	});
}); 
