.controls {
	height: 64px;
	width: 100%;
	background-image:url('button-bg.jpg');
	background-size: contain; 
}
.controlbtn {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	min-width: 48px;
	width: 48px;
	min-height: 48px;
	height: 48px;
}

.volumecontainer {
	width: auto;
	min-height: 48px;
	height: 48px;
	padding-left: 120px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.volume {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

.info {
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: default; 
	text-align: center; 
	color: #d0d0d0; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 16px; 
	height: 40px;
	width: 100%;
	background-image:url('button-bg.jpg');
	background-size: contain; 
}

.list {
	cursor: default; 
	color: #d0d0d0; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 16px; 
	width: 100%; 
	height: 100%;
}

.list ul{
	list-style-type: none;
	margin: 0px;
	padding: 8px;
}