I can’t understand why the UL LI under each place holder image has a bullet next to it.
you can try moving the override style from line 72 in your stylesheet AFTER the offending style (which is at line 502 and probably kicks in again).
you are inheriting a background image from:
.std ul li {
background:url(“…/images/bkg_bulletsm.gif”) no-repeat scroll 0 0.5em transparent;
…}
overwrite this on your list items with background: none;
I didnt see that at all… thanks.
However, I put it in as an overide NONE and it still keeps the background image. In firebug my NONE is crossed out.