/* This file skins sliders */

.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle {
	position: absolute;
	z-index:1;
	height:7px;
	width:7px;
	line-height:7px;
	top:8px;
	left:7px;
	background:url(/img/interface/slider-handle.gif)  no-repeat center;
	font-size:1px;
}
.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: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */
.ui-slider-1 { background-image: url(/img/interface/slider-bg-1.png)}
.ui-slider-2 {position: relative; width: 20px; height: 200px; background-image: url(/img/interface/slider-bg-2.png) }
