﻿onload = function () {
    $("a[rel='lightbox']").unbind();
    $("a[rel='lightbox']").colorbox({ transition: "none", photo: true, width: "75%", height: "75%", slideshow: true });
}
