I came across a jQuery Wizard plugin at the following URI:
http://www.techlaboratory.net/labs/SmartWizard/wizard-vertical.htm
While it serves my purpose, I am trying to achieve one small thing. If I add more than 5 steps, obviously not all steps are visible. Instead, when clicking on the next, I am trying to center the step that is selected. So for instance, if I click on Step 2, the box on the left that says Step 2 should get centered. Can someone suggest a good way to do this?