$(document).ready(function() {
	//Activate FancyBox
	$("div.thumb a").fancybox({
		'hideOnContentClick': true,
		'zoomSpeedIn':	200, 
		'zoomSpeedOut':	200, 
		'overlayShow':	true
	});	
			});
function getGroupItems(opts) {
	jQuery.each(imageList, function(i, val) {
        opts.itemArray.push(val);
    });
}