$(function() {
    $("a[rel^='colorbox']").colorbox({'transition':'fade'}) .css("cursor","pointer");
});

