section {
    width: 130px;
    height: auto;
    margin: 0px auto 0;
    position: relative;
}

#slider {
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    width: 80px;
    position: absolute;
    height: 13px;
    background-color: #ff0000;
    background: url('../Images/bg-track.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
    left: -5px;
}

.tooltip {
    position: absolute;
    display: block;
    top: -25px;
    width: 35px;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif;
    border-radius: 3px;
    border: 1px solid #333;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255, 153, 102, 0.5) 0%, rgba(177, 84, 37, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 153, 102, 0.5)), color-stop(100%, rgba(177, 84, 37, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 153, 102, 0.5) 0%, rgba(177, 84, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 153, 102, 0.5) 0%, rgba(177, 84, 37, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 153, 102, 0.5) 0%, rgba(177, 84, 37, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(top, rgba(255, 153, 102, 0.5) 0%, rgba(177, 84, 37, 0.5) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
}

.volume {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 25px;
    background: url('../Images/volume.png') no-repeat 0 -50px;
    position: absolute;
    margin-top: -5px;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../Images/handle.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -3px;
    margin-left: -12px;
}

.ui-slider-range {
    background: #FF0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #483e3e75 0%, #78238B 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #483e3e75), color-stop(100%, #78238B));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #483e3e75 0%, #78238B 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #483e3e75 0%, #78238B 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #483e3e75 0%, #78238B 100%);
    /* IE10+ */
    background: linear-gradient(top, #483e3e75 0%, #78238B 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#483e3e75', endColorstr='#78238B', GradientType=0);
    /* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}