/* CSS Document */
.stars0, .stars1, .stars2, .stars3, .stars4, .stars5 {
  background-image: url('./img/stars_black.gif');
  width: 124px;
  height: 16px;
  background-repeat: no-repeat;
}
.stars0 {
  background-position: -0px -0px;
}
.stars1 {
  background-position: -0px -16px;
}
.stars2 {
  background-position: -0px -32px;
}
.stars3 {
  background-position: -0px -48px;
}
.stars4 {
  background-position: -0px -64px;
}
.stars5 {
  background-position: -0px -80px;
}
