        #vol {
            /*width: 170px;
            position: absolute;
            left: 146px;*/
            top: 11px;
            border: 0;
            height: 3px;
            background: #959799;
            outline: none;
        }

        #vol .ui-slider-handle {
            position: absolute;
            margin: -3px 0 0 -9px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background: #fff;
            border: 0;
            height: 18px;
            width: 18px;
            outline: none;
            cursor: pointer;
        }

        #vol .ui-slider-handle:hover,
        #vol .ui-slider-handle:focus {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        #vol .ui-slider-range {
            background: #007aff;
        }

        #play-pause {
            position: absolute;
            left: 5px;
            top: 9px;
            background-color: grey;
            transform: scale(1.5);
        }
        #play-pause:hover {
            background: gold;
        }
        #mute {
            /*position: absolute;
            left: 116px;*/
            top: 8px;
            transform: scale(1.5);
        }

#sliderButton:hover { color:#ff9933; cursor: pointer; }
