Yeah, I'm going to need to seed the code because the only thing I can glean from the generated source code is that .shadowed img needs to be fixed because display: show; is incorrect CSS syntax. Namely, it doesn't exist. It should be display: none; or something like display: inline;. But it's been so long since I've done overrides that I don't remember what exactly .shadowed img affects.