// Caroo.nl default JS file

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