	$(document).ready(function() {
		//Activate FancyBox
		$("#rotator a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true
		});
		$("#texte_contact a").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameHeight': 290,
			'frameWidth': 450
		});
					
	});
	//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);
		});
	}