		$(document).ready(function() {
			//Activate FancyBox
			$("a#custom_1").fancybox({
				'zoomSpeedIn':	500, 
				'zoomSpeedOut': 500,
				'frameWidth' :	600,
				'frameHeight' :	450
			});
			
			$("a#custom_2").fancybox({
				'zoomSpeedIn':	500, 
				'zoomSpeedOut': 500,
				'frameWidth' :	600,
				'frameHeight' :	550
			});
			
			$("a#custom_3").fancybox({
				'zoomSpeedIn':	500, 
				'zoomSpeedOut': 500,
				'frameWidth' :	450,
				'frameHeight' :	250
			});
			
			$("a.custom_4").fancybox({
				'zoomSpeedIn':	500, 
				'zoomSpeedOut': 500,
				'frameWidth' :	230,
				'frameHeight' :	35
			});
			
			
		});
	
		function getGroupItems(opts) {
			jQuery.each(imageList, function(i, val) {
		        opts.itemArray.push(val);
		    });
		}
