Hmm there's no pr-emade template for a vertical layout of the navigation links, if that's what you're asking. In general though, since the nav links are just regular links with a special CSS class, you can arrange them anyway you like to get the look you want:
Code:
<div id="p-select" class="glidecontenttoggler">
<a href="#" class="prev">Prev</a>
<a href="#" class="toc">Page 1</a> <a href="#" class="toc">Page 2</a> <a href="#" class="toc">Page 3</a> <a href="#" class="next">Next</a>
</div>
What exactly to do however really depends on the look you're trying to achieve, plus your knowledge of CSS.
Bookmarks