.slider {
width:200px;background-color:#aaa;height:5px;
}

.slider-input {
width:5px;height:10px;background-color:#f00;cursor:move;
}

.slider-input:hover {
width:5px;height:10px;background-color:#00f;cursor:move;
}
