datepicker obscured by flash

datepicker obscured by flash

I have datepicker that drops down over a flash widget, causing the background of the datepicker to be obscured by the flash.

I tried setting the z-order but it is still obscured:
#ui-datepicker-div { z-index: 1000; }

Any ideas?