jQuery(document).ready(function() {

	
	
	$("a[rel=ghr_group]").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Click image or press Esc to close</span>';
		},
		'hideOnContentClick': true
		
	
	
	});
	
	
});
