I have a link inside a div that floats to the right of the screen. The link does not work in FF or Chrome, but works in IE (have only tested with IE8).
The simplest
<h4 style="float: right; position:relative; z-index:5;"> <a href="#company" data-slide="prev">company</a> <a href="#city" data-slide="next">city</a> </h4>
Try this one . . .