I assume the avia slider in Brightbox has the ability to show and use manual controls, like back, play/pause, forward, since they appear in the html. But I cannot seem to get them to work properly
1) By default, they are invisible no matter what color I choose for the background
2) The html anchor elements are empty, no characters or images, unless they are supposed to be added by jQuery. I assume this is why I see nothing on the screen.
<div class="autoslidecontrolls" style="visibility: visible; opacity: 1; ">
<a class="ctrl_fwd" href=""></a>
<a class="ctrl_pause ctrl_play" href=""></a>
<a class="ctrl_back" href=""></a>
</div>
3) I can locate and outline them using Chrome's Developer Tools, and if I click on either of the elements I get a full page refresh.
What am I doing wrong? The site I'm developing is here - http://garydarling.net/cosgrove/a-retrospective/for-book-lovers/














