Hey there, I apologize for the messy title but I've been searching for an answer for a couple of hours now.
<div id="lightbox">
<img src="blabla.png">
<div href="#" id="next" onClick="next(1)"></div>
<div href="#" id="prev" onClick="prev(1)"></div>
</div>
By the way, #lightbox is z-indexed. Is there a way to bring those next and prev divs in front of the picture?