$(document).ready(function(){
				//Assign the ColorBox event to elements
				$("a[rel='old_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
				$("a[rel='wetherby_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
				$("a[rel='st_chads_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
				$("a[rel='allendale_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
                $("a[rel='bruce_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
                $("a[rel='bancroft_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
                $("a[rel='coop_haxby_photos']").colorbox({transition:"none", width:"75%", height:"75%"});
				
					
				});
