﻿$(document).ready(function() {

    //ColorBox
    $(".colorboxImage").colorbox();
    $(".colorboxInfo").colorbox({ iframe: true, innerWidth: 425, innerHeight: 344, slideshow: false });

});
