.slider_container 
{ 
  position: relative; 
} 

.small_label 
{ 
  background: url(../images/minus.gif) no-repeat; 
  height: 19px; 
  width: 19px; 
  overflow: hidden; 
  float: left; 
} 

.slider_bar 
{ 
  background: url(../images/bar.gif) no-repeat; 
  height: 19px; 
  width: 100px;  
  float: left; 
  margin: 0px 5px; 
  position: relative;
} 

.large_label 
{ 
  background: url(../images/plus.gif) no-repeat; 
  height: 19px; 
  width: 19px; 
  overflow: hidden; 
  float: left; 
} 

.slider_handle,
.slider_handle2 
{
  background: url(../images/selector.png) no-repeat; 
  height: 19px; 
  width: 14px; 
  overflow: hidden; 
  position: absolute; 
  top: 1px;
} 

.slider_callout
{ 
  background: url(../images/callout.gif) no-repeat;
  height: 45px; 
  width: 38px; 
  overflow: hidden; 
  position: absolute; 
  top: -50px; 
  margin-left:-10px;  
  padding: 8px 0px 0px 0px; 
  font-family: "Myriad Pro"; 
  color: #284a6e; 
  font-weight: bold; 
  text-align: center;
}




.slider 
{ 
  width: 120px; 
  height: 23px; 
  position: relative; 
  background-image: url(../images/slider-bg-2.png); 
}

.ui-slider-handle 
{ 
  position: absolute; 
  z-index: 1; 
  height: 26px; 
  width: 15px; 
  top: 0px; 
  left: 0px; 
  background: url(../images/slider-handle.png) no-repeat 0 1px;
  padding-top: 12px;
  text-align: right;
}

* html .ui-slider-handle
{
  height: 38px;
  he\ight: 26px;  
}

.slider_search_left 
{ 
  background: url(../images/slider-handle-left.png) no-repeat 0 1px!important; 
  text-align: left;
}

.ui-slider-handle span 
{
  font-size: 0.9em; 
}

.ui-slider-handle-active 
{ 

}

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

.ui-slider-range 
{ 
  position: absolute; 
  background:url(../images/slider-bg1.gif) repeat-x; 
  /*opacity: 0.3; 
  filter: alpha(opacity=30);*/
  width: 100%;
  height: 100%;
}

