.rating.story .thumbsup {
  float: left;
  width: 60px;
  height: 70px;
  background-image: url(/2010/grafik/base/content/ct-artikelaktionen.png);
  background-repeat:  no-repeat;
  background-position: -258px -70px;
  color: #3e851b;
  text-align: center;
  font-weight: bold;
}

.rating.story.loggedin .thumbsup:hover,
.rating.story.loggedin .thumbsup.checked {
  cursor: pointer;
  background-position: -258px 0px;
}

.rating.story .thumbsdown {
  float: left;
  width: 60px;
  height: 70px;
  background-image: url(/2010/grafik/base/content/ct-artikelaktionen.png);
  background-repeat:  no-repeat;
  background-position: -318px -70px;
  color: #9f4141;
  text-align: center;
  font-weight: bold;
}

.rating.story.loggedin .thumbsdown:hover,
.rating.story.loggedin .thumbsdown.checked {
  cursor: pointer;
  background-position: -318px 0px;
}