	$(document).ready(function() {
		//Activate FancyBox
		$("a.anim_1bis").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'overlayOpacity':0.7,
			'frameWidth' : 615,
			'frameHeight' : 455
		});
		$("a.anim_3").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth' : 794,
			'frameHeight' : 594
		});
		$("a.anim_5").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth' : 820,
			'frameHeight' : 325
		});
		$("a.anim_6").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth' : 690,
			'frameHeight' : 525
		});
		$("a.950_600").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth' : 950,
			'frameHeight' : 600
		});
		$("a.450_600").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth' : 450,
			'frameHeight' : 600
		});
					
	});
	
	//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);
		});
	}