﻿// JavaScript Document

// Colorbox
  $(function() {
	$("a[rel='popOver']").colorbox();
});

