body {
	overflow: hidden;
}

.MA_PlaybackHUD {
	margin: 0px;
	padding: 0px;
	position: absolute; z-index: 100000;
	left: 10px;
	bottom: 10px;
	white-space: nowrap;
	line-height: 0px;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(34,31,31) 0%, rgb(64,63,63) 49%, rgb(94,94,94) 52%, rgb(94,94,94) 55%, rgb(94,94,94) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(34,31,31) 0%, rgb(64,63,63) 49%, rgb(94,94,94) 52%, rgb(94,94,94) 55%, rgb(94,94,94) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(34,31,31) 0%, rgb(64,63,63) 49%, rgb(94,94,94) 52%, rgb(94,94,94) 55%, rgb(94,94,94) 100%);
	box-shadow: 1.5px 2.598px 7px 0px rgb( 34, 31, 31 );
}

.MA_DragHandle {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 16px;
	height: 32px;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url("img/DragHandle.png");
}

.MA_PlaybackButton {
	display: inline-block;
	margin: 5px;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.MA_PlaybackButton_Reload {
	background-image: url("img/ReloadIcon.png");
}

.MA_PlaybackButton_Play {
	background-image: url("img/PlayIcon.png");
}

.MA_PlaybackButton_Pause {
	background-image: url("img/PauseIcon.png");
}

.MA_PlaybackButton_SoundOn {
	background-image: url(img/SoundOnIcon.png);
}

.MA_PlaybackButton_SoundOff {
	background-image: url(img/SoundOffIcon.png);
}

@media only screen and (max-width: 800px) {
	.MA_DragHandle {
		width: 48px;
		height: 48px;
		background-image: url(img/DragHandleMobile.png);
	}
	.MA_PlaybackButton {
		width: 48px;
		height: 48px;
	}
}