/* This file skins sliders */

.ui-slider {
  width: 200px;
  height: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.ui-slider-handle {
  position: absolute;
  z-index: 1;
  height: 13px; 
  width: 6px;
  top: -6px;
  left: 0px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
}

.ui-slider-handle-active {
  border: 1px dotted black;
}

.ui-slider-disabled .ui-slider-handle {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ui-slider-range {
  position: absolute;
  background: #336699;
  opacity: 1;
  width: 100%;
  height: 50%;
}

/* Default slider backgrounds */
.ui-slider {
  background: #000 url(/images/slider_scale_10.gif) repeat-x 0 80%;
}
