﻿$(document).ready(function() {
    //Examples of how to assign the ColorBox event to elements
    $("a.imageOverlay").colorbox();
    $("a.jobInfo").colorbox({ width: "50%", inline: true });
});

