$(document).ready(function(){
    $("a.link>img").colorbox({width:"50%", inline:true, href:"#inline"});
});

