
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='interior-gallery']").colorbox();
				$("a[rel='region-gallery']").colorbox();
				$("a[rel='view-large']").colorbox();
			});


