#divSliderBlock
{
    width: 230px;
    height: 7px;
    position: relative;
    margin-top: 15px;

    background-image: url( '../img/slider-middle.png' );
    background-position: bottom;
    background-repeat: repeat-x;
}

#imgSliderLeftCorner
{
    position: absolute;
    top: 2px;
    left: 0px;
    border: 0px;
}

#imgSliderRightCorner
{
    position: absolute;
    top: 2px;
    left: 225px;
    border: 0px;
}

.divSliderLeft
{
    left: 0px;
    top: 0px;
    width: 7px;
    height: 7px;
    position: absolute;
    background-image: url( '../img/slider-left-thing.png' );
    background-repeat: no-repeat;
    cursor: move;
}

.divSliderRight
{
    left: 223px;
    top: 0px;
    width: 7px;
    height: 7px;
    position: absolute;
    background-image: url( '../img/slider-right-thing.png' );
    background-repeat: no-repeat;
    cursor: move;
}

#divMinMaxValsContainer
{
    position: relative;
    top: 20px;

    font-size: 10px;
}

#divMinVal
{
    position: absolute;
    left: 0px;
}

#divMaxVal
{
    position: absolute;
    left: 230px;
}
