/*!
 * jQuery UI Stars v3.0.0
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 126 $
 * $Date:: 2010-04-20 #$
 * $Build: 33 (2010-04-20)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
  display: inline-block;
  margin-right: 2px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 22px;
  height: 22px;
  display: block;
  background: url('../images/templates/ratings/rating-sheet.png') no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -44px;
}
.ui-stars-star-on a {
  background-position: 0 -66px;
}
.ui-stars-star-hover a {
  background-position: 0 -22px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -88px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

/* SLIDER */

.ui-sliders-slider,
.ui-sliders-cancel {
  display: inline-block;
  margin-right: 2px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-sliders-slider a,
.ui-sliders-cancel a {
  width: 22px;
  height: 22px;
  display: block;
  background: url('../images/templates/ratings/difficulty-sheet.png') no-repeat 0 0;
}
.ui-sliders-slider a {
  background-position: 0 -44px;
}
.ui-sliders-slider-on a {
  background-position: 0 -66px;
}
.ui-sliders-slider-hover a {
  background-position: 0 -22px;
}
.ui-sliders-cancel-hover a {
  background-position: 0 -88px;
}
.ui-sliders-slider-disabled,
.ui-sliders-slider-disabled a,
.ui-sliders-cancel-disabled a {
  cursor: default !important;
}
