	$(document).ready(function() {
		//Activate FancyBox
		
		$("#rotator a, .monfancy").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'overlayOpacity': 0.80
		});
		
		$(".fancy").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth': 920,
			'frameHeight': 600,
			'overlayOpacity': 0.80
			});
		
		$(".espacepro").fancybox({
			'hideOnContentClick': true,
			'zoomSpeedIn':	250, 
			'zoomSpeedOut':	250, 
			'overlayShow':	true,
			'frameWidth': 385,
			'frameHeight': 285,
			'overlayOpacity': 0.80
			});
					
	});
	//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);
		});
	}