I'm surprised it works anywhere. You need to set the wmode paramater for the flash object.
In the <script> element that contains the following line:
var params = {};
change the line to:
var params = {wmode:"transparent"};
[url]
http://nooshu.com/swfobject-2-2-and-wmode-transparent/[/url]