$(document).ready(function() {
    $('a[rel*=lightbox]').colorbox({
        maxHeight: "95%",
        maxWidth: "95%",
        preloading: true,
        sopacity: 1,
    });
    $('a[rel*=lightboxMain]').colorbox({
        maxHeight: "95%",
        maxWidth: "95%",
        preloading: true,
        sopacity: 1,
    });
});
