jQuery(document).ready(function(){
  jQuery(".rzinlinecolorbox").colorbox({
    current:"{current} von {total}",
    opacity:"0.85",
    transition:"fade",
    speed:"350",
    width:"50%",
    inline:true,
    href: function(){ return '#'+$(this).attr('href').split('#')[1];; } 
  });
}); 