$j(document).ready(function () {
    $j("a[rel*='CBoxSimple']").colorbox();
    $j("a[rel*='CBoxScaleMaxHW']").colorbox({ transition: "fade", maxWidth: "90%", maxHeight: "90%", speed: 350 });
    $j("a[rel*='CBoxScaleHW']").colorbox({ transition: "fade", width: "90%", height: "90%", speed: 350 });
    $j("a[rel*='CBoxSsScaleMaxHW']").colorbox({ slideshow: true, slideshowSpeed: 3000, transition: "fade", maxWidth: "90%", maxHeight: "90%", speed: 350 });
    $j("a[rel*='CBoxSsScaleHW']").colorbox({ slideshow: true, slideshowSpeed: 3000, transition: "fade", width: "90%", height: "90%", speed: 350 });
    $j(".CBoxInlineHTML").colorbox({transition: "elastic", width: "90%", height: "90%", speed: 350, href:"#CBoxInlineHTML"});
    $j(".CBoxLinkHtml").colorbox({ transition: "elastic", maxWidth: "90%", maxHeight: "90%", speed: 350 });
    $j(".CBoxLinkYoutube").colorbox({ transition: "elastic", maxWidth: "90%", maxHeight: "90%", speed: 350, iframe: true, innerWidth: 425, innerHeight: 344 });
    $j(".CBoxLinkWebpage").colorbox({ transition: "elastic", maxWidth: "90%", maxHeight: "90%", speed: 350, iframe: true, width: "90%", height: "90%" });
});
