/* This file skins sliders */

.ui-slider { width: 200px; height: 22px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 16px; width: 9px; top: 3px; left: 0px; background-image: url(../images/searchbg.png); background-position:-530px -37px; cursor: pointer; }
.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: #21A3F0;  width: 100%; height: 15%; margin-top:10px;margin-left:4px; }

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image:url(../images/searchbg.png);background-position:-276px -36px; }

