$(document).ready(function(){
    $('a.colorbox').colorbox({
        /*iframe: true,
        width: 615,
        height: 710*/
    });
});


