		$(document).ready(function() {
			//Activate FancyBox
			$("div#btn-media-weddings a").fancybox({
				'hideOnContentClick': true
			});
			$("div#btn-media-weddings a").fancybox({
				'overlayShow': true
			});
			$("div#btn-testimonial1 a").fancybox({
				'hideOnContentClick': true
			});
			$("div#btn-testimonial1 a").fancybox({
				'overlayShow': true
			});

	
						
		});

		function getGroupItems(opts) {
			jQuery.each(imageList, function(i, val) {
		        opts.itemArray.push(val);
		    });
		}
		
