$(function(){
  $.colorbox.settings.current = "";
	$("a[rel='exhibit']").colorbox();
});

