$(document).ready(function() {
			/*
			*   Examples - images
			*/
		
    
  $(".events-slideshow a:has(img)").fancybox({
				'transitionIn'	: 'fade',
				'transitionOut'	: 'fade',
				'cyclic'	: 'true',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">' + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});
			
			 $("a.gallery-trigger").trigger('click');
			
				});
