	$(document).ready(function() {
		//Activate FancyBox
		$("#lien_big a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true
		});
		$("#diplome a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true
		});
		$(".expositions a.lieno").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true
		});
					
	});
	//Parameter "o" ir optional and used to override settings, example: {url: "http://www.google.com", title: false,  o: {'frameWidth': 200} }
	function getGroupItems(opts) {
		jQuery.each(imageList, function(i, val) {
			opts.itemArray.push(val);
		});
	}
