/******************************************************************************
 ** Actual Slider Bar
 *****************************************************************************/

#slider_container
{
    display: block;
    width: 176px;
    margin: 0 auto;
}

.ui-slider
{
    float: left;
    width: 160px;
    height: 23px;
    position: relative;
    background: url("/images/slider-bg-1.png") no-repeat left top;
    margin-left: 9px;
}

.ui-slider-handle
{
    position: absolute;
    z-index: 1;
    height: 23px;
    width: 12px;
    top: 0px;
    left: 0px;
    background: url("/images/slider-handle.gif") no-repeat left center; 
}

.ui-slider-handle-active
{
    border: 1px dotted black;
}

.ui-slider-disabled .ui-slider-handle
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ui-slider-range
{
}

.ui-slider-1
{
    background: url("/images/slider-bg-1.png") no-repeat left top;
}

/******************************************************************************
 ** Labels For Slider
 *****************************************************************************/

#cat_list
{
    display: block;
    width: 100%;
}

#cat_list label
{
    display: block;
    color: black;
}

#cat_list label.first { float: left; }
#cat_list label.last { float: right; }
