.son{
    vertical-align:middle;
    cursor:pointer;
}

#volslider{
    border-width: 1px;  
    border-style: solid;  
    border-color: #333 #333 #777 #333;  
    border-radius: 6px;  
    width: 100px;  
    position: absolute;  
    height: 16px;  
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),   
                 0 1px 0 0px rgba(250, 250, 250, .5);  
    left: 10px; 
    margin:auto 0px;
}  

.voltooltip {  
    position: absolute;  
    display: block;  
    top: -24px;  
    width: 26px;  
    height: 20px;  
    color: #fff;  
    text-align: center;  
    background-color: #000;
    border-radius: 3px;  
    border: 1px solid #333;  
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);  
    box-sizing: border-box;  
     
}  

.ui-slider-handle {  
    position: absolute;  
    z-index: 9;  
    width: 4px;  
    height: 15px;
    border: 1px solid #222;
    border-radius: 2px;
    cursor: pointer;  
    top: 0px; 
    margin-left: -3px; 
    background-color: #00f;
}  

#volholder {  
    width: 148px;  
    position: relative;  
}  

.volume {
    width:18px;
    height:18px;
    float: right;
    margin: 0px 2px;
    cursor: default;
}
#vminus{
    float: left;
    margin-left: 2px;
    cursor: default;
}
#vplus{
    float: right;
    margin-right: 2px;
    cursor: default;
}