$(document).ready( function() {

    //COLORBOX
    $(".colorbox_image").each(function() {
        $('.colorbox_image').colorbox();
    });
    $(".colorbox_page").each(function() {
        $('.colorbox_page').colorbox({
            width:"80%",
            height:"80%",
            iframe:true
        });
    });

});
