a.star, a.star_off, a.star_on {
	float: right;
	width: 13px;
	height: 13px;
}

a.star_off { background-image: url('../images/star_off.png'); }
a.star_on { background-image: url('../images/star_on.png'); }
