.sliderWidget
{
  overflow: hidden;
  padding: 0 6px;
  width: 43px;
  height: 13px;
}

.sliderBar
{
  overflow: hidden;
  width: 40px;
  height: 3px;
  left: 0px;
  top: 3px;
  position: relative;
  border: solid 1px #7ac;
  background: #f0f0f0;
  padding: 0;
}

.sliderKnob
{
  overflow: hidden;
  left: 0px;
  top: -5px;
  width: 8px;
  height: 9px;
  background: url(../images/grad_green.png) repeat-x top left;
  border: solid 1px #aaa;
  position: relative;
  padding: 0;
  /* Disable text selection */
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.sliderHelp
{
  display: none;
  padding: 3px;
  background: #fffff0;
  border: solid 1px #ccc;
  position: absolute;
  margin: 0;
  font-size: 9px;
  font-weight: normal;
  z-index: 1000;
}

.activeSlider
{
}

.activeSlider .sliderKnob
{
  background: white;
}
