$(document).ready(function() {
    $("a[rel^='lightbox']").colorbox({slideshow:true});
});  
