.c24Frame .ui-slider-handle {
    background: transparent url('/images/form/style/brown/sliderdown.gif') no-repeat 2px 2px;
    cursor:w-resize;
    height:13px;
    position:absolute;
    width:14px;
    z-index:2;
    margin-left:-7px;
    top:-5px;
	border: none !important;
}

.c24Frame .ui-slider {
    position: relative;
    width: 80px;
    height: 14px;
    margin: 0px 0 4px 5px;
    background: transparent url('/images/form/style/brown/sliderbg.gif') no-repeat 0 0;
}

#data_dataunit a {
    cursor:pointer!important;
}

.c24Frame .ui-slider-plus,
.c24Frame .ui-slider-minus {
    background: url(/images/form/style/brown/plusminus.gif) no-repeat 0 0;
    display: block;
    height: 8px;
    width: 8px;
    overflow: hidden;
    text-indent: -1000em;
}

.c24Frame .ui-slider-plus:hover {
    background-position: 0 -20px;
}

.c24Frame .ui-slider-minus {
    background-position: -20px 0;
}

.c24Frame .ui-slider-minus:hover {
    background-position: -20px -20px;
}
