//This addiitonal piece helps JQuery work within Silverstripe and the legacy fragments of Prototype
;(function($) {
	$(document).ready(function() {
 			
		/***************************
		FlickrGallery Page ColorBox Triggers
		****************************/
 		$("a[rel='gallery']").colorbox();

	// Standard jQuery footer
	});
})(jQuery);
