If you add 'autohide: false' to the gallery plugin located on the overlay gallery demo http://flowplayer.org/tools/demos/overlay/gallery.htm), the 'Previous' navigation link will remain hidden at all times when viewed in IE8.
This does not effect IE6, IE7, Chrome, Firefox, Safari or Opera.
This does not effect IE6, IE7, Chrome, Firefox, Safari or Opera.
$("#triggers a").overlay({
target: '#gallery',
expose: '#f1f1f1'
}).gallery({
autohide: false,
speed: 800
});
