7
If you take a look at the js-image-slider.css file of demo 6, you will find this line:
font-size:0;color:White;/*hide the index number in the bullet element*/
Removing that line and give a proper font-size such as {font-size:10px; } will make the nav bullet index number visible.