</div>
<div id="main">
<div class="arrow" id="arrow-l" <?php if(!($this->keys[$this->current] > 0)){ ?> style="display: none;" <?php } ?>>
- <a href="-1"><img src="theme/left.png"></a>
+ <a href="<?php echo $this->numbers[$this->keys[$this->current] - 1]; ?>"><img src="theme/left.png"></a>
</div>
<div id="paneshow" style="left: <?php echo -1 * $this->keys[$this->current] * 850; ?>px;">
<div id="panebar">
</ul>
</div>
</div>
+ <?php var_dump($this); ?>
+ <?php if($this->keys[$this->current] <= count($this->keys)){ ?>
<div class="arrow" id="arrow-r">
<a href="<?php echo $this->numbers[$this->keys[$this->current] + 1]; ?>"><img src="theme/right.png"></a>
</div>
+ <?php } ?>
<div id="footer">
<span class="flir">© 2010 Homerton May Ball Committee. All rights reserved.</span>
</div>