The opacity works once I took out the if (!_pub.is_firefox) block in the create().
// firefox mac has issues with opacity and flash (who cares)
els.overlay.style.background = '#000';
With fade_in_speed: 0, the redraw speed/flicker is terrible in firefox 3.5.5 but good in all other browsers.
So, a minimum fade_in_speed of 1 prevents the flicker issue.