jQuery(document).ready(function(){
  jQuery("a[rel='colorbox']").colorbox({slideshow:true,slideshowSpeed:3500,slideshowAuto:false});
});

