/* This file skins sliders */

.ui-slider { width: 200px; height: 10px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { margin-left: -16px; position: absolute; z-index: 1; height: 18px; width: 18px; top: -3px; left: 0px; background-image: url(../images/slider-handle.png);  }
.ui-slider-handle2 { background-image: url(../images/slider-handle2.png); margin-left: -2px; }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { padding-right: 14px; padding-left: 14px; margin-left: -14px; z-index: 1; -webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px; behavior: url(/css/PIE.htc);  overflow: hidden; position: absolute; background: #50A029; /*opacity: 0.7; filter: alpha(opacity=70);*/ width: 100%; height: 10px; }

.ui-slider-corn-left { -webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px; behavior: url(/css/PIE.htc); width: 14px; height: 10px; left: -14px; position: absolute; background: url(../images/slider-bg.png) repeat-x center 0; }
.ui-slider-corn-right { -webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0; behavior: url(/css/PIE.htc); width: 14px; height: 10px; right: -14px; position: absolute; background: url(../images/slider-bg.png) repeat-x center 0; }

/* Default slider backgrounds */
.ui-slider { background: url(../images/slider-bg.png) repeat-x center 0; margin: 4px 0; }

.ui-slider-corn-left span { color:#999999;
font-size:1.2em;
left:-15px;
position:absolute;
top:-3px; cursor: pointer; }

.ui-slider-corn-right span { color:#999999;
font-size:1.2em;
right:-15px;
position:absolute;
top:-3px; 
font-family:Georgia;
background: transparent url(../images/blank.gif) no-repeat 0 0;
cursor: pointer;
}