.tmSlider{
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 8px;
    position: relative;
    width: 120px;
}

.tmSlideButton{
    width: 12px;
    height: 12px;
    top: -3px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-left: -7px;
    z-index:20;
}

.tmSlideMaxButton{

}
tmSlideMinButton{

}

.tmSlideRange{
    background: #074F93;
    position: absolute;
    height: 8px;
    line-height: 8px;
    top: 0px;
    z-index:10;
    font-size:1px;
}

.tmSlideRangeRight{
    border-radius: 0 4px 4px 0;
}

.tmSlideRangeLeft{
    border-radius: 4px 0 0 4px;
}

.tmSlideRangeRightHover, .tmSlideRangeLeftHover{
    background: #eeeeff;
    border: 1px solid #aaaaaa;
    cursor:pointer;
}

.tmSlideLastButton{
    z-index:25;
    background: #eeeeff;
}

.sliderValue{
    width: 100px;
}


.r360-slider .tmSlideRange{
    top: 1px;
}
.r360-slider .tmSlideButton{
    top: -2px;
}
