#volumcontroller {
    height: 35px;
    width: 90px;
		left:600px;
}
#volumcontroller div{
	height:40px;
		left:600px;
}
.volumecontrollerbar{
	left:600px;
	border-left:1px solid gray;
	float:right;
	width:3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	background-color:#0CF;
	cursor:pointer;
}.volumecontrollerbar:hover{
	background-color:#CCC !important;
}

.oom{
	width: 15%;
}
.oom:hover{
	transform: scale(1.1);
}
.tbld{
	background-image:linear-gradient(to right, #ff23207a, #243b5578);
	position:absolute;
	background-repeat:no-repeat; 
	background-position: center; 
	text-align: center; 
	border-radius: 25px;
	
}