(function($) {
	$(document).ready(function() {
		$('.imageGalleryLink').imageGallery({
			images: [
				{ Source: '/SiteElements/Images/News/2010/03/gallery/11-award-winners.jpg', AltText: 'Award Winners' },
				{ Source: '/SiteElements/Images/News/2010/03/gallery/11-ben-hare.jpg', AltText: 'Ben Hare' },
				{ Source: '/SiteElements/Images/News/2010/03/gallery/11-matthew-devlin.jpg', AltText: 'Matthew Devlin' },
				{ Source: '/SiteElements/Images/News/2010/03/gallery/11-thomas-harrison.jpg', AltText: 'Thomas Harrison' },
				{ Source: '/SiteElements/Images/News/2010/03/gallery/11-thomas-harrison-matthew-devlin.jpg', AltText: 'Thomas Harrison and Matthew Devlin' }
			],
			title: 'Award Winners'
		});	
	});
})(jQuery);
