$(document).ready(function(){
$('a[rel=slideshow]').colorbox({
  transition: 'elastic',
  speed: 500,
  iframe:false,
  slideshow:true,
  opacity:0.8,
  current: "{current} af {total}"
});

});


