When I look at the styles in Firebug, I notice that the rule below has no content:
.holest-carousel-top-item
{
box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px;
}
Additionally, this rule is not displaying correctly in Firefox.
I remember reading somewhere that Firebug doesn't show styling that won't render in Firefox, but I'm unsure why Firefox is having trouble with this particular rule. I verified that the source code in Firefox does include this rule.
The only clue I have is that the link to the stylesheet containing this rule is in the body and not the header.
Any thoughts on this issue? Thank you.