Links to audio files hosted on SoundCloud automagically turn into a player. This is great! However, I tried to upvote the implementation post, which is currently beneath earlier, higher-voted posts. I wasn't logged in, so it sent the "Please log in" popup. This appeared below the player:

The player should go behind almost anything that appears on the page, including this message. Unfortunately, this in't how Flash wants to work.
You currently add the player with this embed:
<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18311992&auto_play=false">
<param name="allowscriptaccess" value="always">
<embed src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18311992&auto_play=false" allowscriptaccess="always" height="81" type="application/x-shockwave-flash" width="100%">
</object>
I realize that you probably copied this code from http://developers.soundcloud.com/docs/widget#quick-start, (By the way - thank you for disabling auto-play), but this leaves the Flash in its default
<param name="wmode" value="let_my_ads_bleed_through_everything">
state. This can be fixed from your side, SO can help you with this.