$(document).ready(function(){
    //Examples of how to assign the ColorBox event to elements
    $("a[rel='mygall']").colorbox({transition:"none", width:"80%", height:"80%"});
});

