/* This file skins sliders */

.ui-slider { width: 284px; height: 35px; position: relative; background-repeat: no-repeat; background-position: 0 2px}
.ui-slider-handle { position: absolute; z-index: 1; height: 18px; width: 7px; top: 0px; left: 0px; background-image: url(/media/img/bg_slider_handle.gif);  }
.ui-slider-handle-active { }
.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%; }

.slider-kcal {background-image:url(/media/img/bg_slider_kcal.gif)}
.slider-time {background-image:url(/media/img/bg_slider_time.gif)}

