	body {
		height: 70px;
		background: rgb(153, 153, 153);
	}

#player {
    width: 250px;
    height: 50px;    
    position: relative;
    margin: 0 auto;
    top: 0px;
    background: url('images/volume-background.png') no-repeat left top;
}

#volume {
    position: absolute;
    left: 24px;
    margin: 0 auto;
    height:15px;
    width: 200px;
    background: url('images/volume-empty.png') no-repeat left top;
}

#volume .ui-slider-range-min {
    height:15px;
    width: 200px;
    position: absolute;
    background: url('images/volume-full.png') no-repeat left top;
}

#volume .ui-slider-handle {
    width: 38px;
    height:39px;
    background: url('images/volume-knob.png') no-repeat left top;
    position: absolute;
    margin-left: -15px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
}
