I found the verbiage in index.js but I still can't find the hover color for the swf...

... and home-video-box-hover class in black.css doesn't change the mouseover color, just the "recently viewed" and "recently uploaded" areas.

It's throwing color 4B4B4B and I don't have that anywhere in my css or any templates...

...in index_js.tpl it has the right "var"

Code:
var recently_played_bg="{if $smarty.session.CSS eq "black"}#000000{else}#ffffff{/if}";
...but it's throwing 4b4b4b for the hover color...

in index.js it has

var params = {
menu: "false",
wmode:"opaque",
bgcolor: recently_played_bg


I tried changing wmode:"opaque" to "transparent, but that had no effect.