
rename the other (non-star) images
Then your S&R will be simpler
Pick the best and give it a non-'star' name,
REGEX search for star\d+ and replace with the above
OR

Replace that mess with a Text star and assign it in a class that allows you to set a size and margin
Code:
.mystar {display:block;font-size: 1.2em;text-align center; margin: 1em 0; text-indent: 0;}