﻿$(document).ready(function () {
    //Examples of how to assign the ColorBox event to elements
    $(".iframe").colorbox({ width: "430px", height: "430px", iframe: true });
});
