﻿
/* This file skins sliders */

.ui-slider, ui-slider-2, ui-slider-1 { position: relative; clear: both; width: 183px; height: 20px; background-repeat: no-repeat; background-position: center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 20px; width: 14px; top: 0px; left: 0px; background-image: url('/wcpics/CubCadet/images/slider/slider_knob.gif');  }

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url('/wcpics/CubCadet/images/slider/slider_bg.gif'); }
.ui-slider-2 { background-image: url('/wcpics/CubCadet/images/slider/slider_bg.gif'); }

#price_range_display, #cutting_width_display 
{
    width: 183px;
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    margin-bottom: 8px;
}

#price_range_min_display, #cutting_width_min_display
{
    float: left;
}

#price_range_max_display, #cutting_width_max_display
{
    float: right;
}
