The following rule has no content (is empty) when I view the styles in Firebug:
.holest-carousel-top-item { box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px; } The rule also isn't rendering in firefox.
I believe I read somewhere that firebug does not display styling that firefox won't render, but I don't know why firefox wouldn't render this rule. I checked the source in firefox and it shows there.
My only hint is that the link to the stylesheet containing this rule is in the body and not the header.
Any ideas? Thanks.