Need help centering a div inside a td

How would I center the stars on this page so its in the middle of each td? http://www.glumbo.com/. The stars are inside a div inside a td. I would have used a margin but it widens the td and I would prefer something else. Thanks in advance

You can centre the div by giving it a width (eg…80%) and then set the left and right margins for the div to auto.

Thanks. I completely forgot about that