$(document).ready(function(){
    $('.colorbox').colorbox({
	current: "{current} / {total}"
    });
});
