$(document).ready(function() {
    
    $('a[rel="colorbox"]').colorbox({transition:'fade', speed:500});
    
});
