/*!
 * jQuery UI Stars v2.1.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 32 (2009-06-12)
 *
 */
.ui-stars-star {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a {
  width: 45px;
  height: 43px;
  display: block;
}
a.star_1 {
  background: url(/media/images/rating/sterne-1.png) no-repeat 0 0;
}

a.star_2 {
  background: url(/media/images/rating/sterne-2.png) no-repeat 0 0;
}

a.star_3 {
  background: url(/media/images/rating/sterne-3.png) no-repeat 0 0;
}

a.star_4 {
  background: url(/media/images/rating/sterne-4.png) no-repeat 0 0;
}

a.star_5 {
  background: url(/media/images/rating/sterne-5.png) no-repeat 0 0;
}

a.star_6 {
  background: url(/media/images/rating/sterne-6.png) no-repeat 0 0;
}

a.star_7 {
  background: url(/media/images/rating/sterne-7.png) no-repeat 0 0;
}

a.star_8 {
  background: url(/media/images/rating/sterne-8.png) no-repeat 0 0;
}

a.star_9 {
  background: url(/media/images/rating/sterne-9.png) no-repeat 0 0;
}

.ui-stars-star a {
  background-position: 0 0px;
}

.ui-stars-star-on a {
  background-position: 0 -43px;
}
.ui-stars-star-hover a {
  background-position: 0 -86px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
  cursor: default !important;
}

