#player {
    width: 60px;
    height: 26px;    
    position: relative;
    float:left;
	margin-right:0;
    top: 0px;
    background: url('../images/volume-background.gif') no-repeat left top;
	z-index:99;
	margin-left:8px ;
}

#volume {
    position: absolute;
    left: 28px;
    margin: 0 auto;
    height:15px;
    width: 36px;
    background: url('../images/volume-empty.gif') no-repeat left 5px;
	padding-top:7px;
	margin-top:6px;
}

#volume .ui-slider-range-min {
    height:15px;
    width: 300px;
    position: absolute;
   /* background: url('../images/volume-full.jpg') no-repeat left -5px;*/
	padding-top:7px;
}

#volume .ui-slider-handle {
    width: 6px;
    height:17px;
    background: url('../images/volume-knob.gif') no-repeat left top;
    position: absolute;
    margin-left: 0px;
    margin-top: -7px;
    cursor: pointer;
    outline: none;
}
