.ui-slider-horizontal {
    height: 2px;
    background: #aaa;
    clear: both;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 2px;
    font-size: .7em;
    display: block;
    background: #ea3b28;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    border: 1px solid #aaa;
    background: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

#slider-range {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 10px;
}

#slider-time {
    display: block;
}

#slider-time:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

#slider-time .valueleft {
    background: transparent;
    float: left;
    border: 0;
    width: 50px;
}    

#slider-time .valueright {
    background: transparent;
    float: right;
    border: 0;
    text-align: right;
    width: 50px;
}