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

});


