﻿$().ready(function () {
    $(".ImageColorbox").colorbox({ transition: "fade" });
    $("a[rel='ImageColorbox']").colorbox({ transition: "fade", innerWidth: 500, innerHeight: 500 });
    $(".VideoColorbox").colorbox({ iframe: true, innerWidth: 425, innerHeight: 344 });
    $(".MapColorbox").colorbox({ iframe: true, width: "80%", height: "80%" });
});
