.crbui-touchbutton {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	cursor: pointer;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.crbui-touchbutton * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.crbui-touchbutton > .crbui-touchbutton-play {
	position: absolute;
	width: inherit;
	height: inherit;
	background: url("_p.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchbutton > .crbui-touchbutton-background {
	position: absolute;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.7);
	background: #4863A0;
	/*background: -moz-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cab278), color-stop(100%, #fbf7ea));
	background: -webkit-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -o-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -ms-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: linear-gradient(to bottom, #cab278 0%, #fbf7ea 100%);*/
}
.crbui-touchbutton > .crbui-touchbutton-border {
	position: absolute;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	background: #4863A0;
	/*transition: 0.45s ease-out;
			-moz-transition: 0.45s ease-out;
			-webkit-transition: 0.45s ease-out;
			-o-transition: 0.45s ease-out;*/

	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}
.crbui-touchbutton.isActive > .crbui-touchbutton-play {
	background: url("_p2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchbutton.isActive > .crbui-touchbutton-background {
	background: #7A95D2;
}
.crbui-touchbutton:hover > .crbui-touchbutton-background {
	background: #344F8C;
}
.crbui-touchcontrols {
	width: auto;
	height: auto;
	display: inline-block;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*box-shadow: inset 0px 1px 5px rgba(255, 255, 255, 0.1);*/
	background: #4863A0;
	/*background: -moz-linear-gradient(top, #312420 0%, #957f69 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #312420), color-stop(100%, #957f69));
	background: -webkit-linear-gradient(top, #312420 0%, #957f69 100%);
	background: -o-linear-gradient(top, #312420 0%, #957f69 100%);
	background: -ms-linear-gradient(top, #312420 0%, #957f69 100%);
	background: linear-gradient(to bottom, #312420 0%, #957f69 100%);*/
}
.crbui-touchcontrols * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.crbui-touchcontrols * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.crbui-touchcontrols > .crbui-touchcontrols-previous,
.crbui-touchcontrols > .crbui-touchcontrols-toggle,
.crbui-touchcontrols > .crbui-touchcontrols-next {
	display: inline-block;
	width: 33px;
	height: inherit;
	cursor: pointer;
}
.crbui-touchcontrols > .crbui-touchcontrols-previous {
	background: url("_r.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchcontrols > .crbui-touchcontrols-toggle {
	position: relative;
}
.crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-play,
.crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-pause {
	position: absolute;
	top: 0px;
	left: 0px;
	width: inherit;
	height: inherit;
}
.crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-play {
	background: url("_p.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-pause {
	background: url("_p2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchcontrols > .crbui-touchcontrols-next {
	background: url("_f.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchcontrols.isActive > .crbui-touchcontrols-toggle > .crbui-touchcontrols-play {
	display: none;
}
.crbui-touchcontrols.isActive > .crbui-touchcontrols-toggle > .crbui-touchcontrols-pause {
	display: block;
}
body.crbui-touchdisplay-isScrubbing {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: ew-resize;
}
body.crbui-touchdisplay-isScrubbing * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: ew-resize;
}
.crbui-touchdisplay {
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: inherit;
	height: inherit;
	display: inline-block;
	line-height: inherit;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: ew-resize;
	/*box-shadow: inset 0px 1px 7px #aaa;*/
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55);
	background: #ffffff;
	/*background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);*/
}
.crbui-touchdisplay * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.crbui-touchdisplay .crbui-touchdisplay-progress {
	position: absolute;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	pointer-events: none;
	/*border-right: 1px solid #999;*/
	/*box-shadow: 0px 0px 5px #666;*/
	background: #7A95D2;
	/*background: -moz-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cab278), color-stop(100%, #fbf7ea));
	background: -webkit-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -o-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: -ms-linear-gradient(top, #cab278 0%, #fbf7ea 100%);
	background: linear-gradient(to bottom, #cab278 0%, #fbf7ea 100%);*/
}
.crbui-touchdisplay .crbui-touchdisplay-time,
.crbui-touchdisplay .crbui-touchdisplay-duration {
	position: absolute;
	pointer-events: none;
	line-height: inherit;
	color: inherit;
	text-shadow: inherit;
	font-weight: bold;
	/*font-family: Gotham, Myriad, Helvetica, Arial, sans-serif;*/
	font-size: 13px;
	letter-spacing: 1px;
}
.crbui-touchdisplay .crbui-touchdisplay-time {
	left: 4px;
}
.crbui-touchdisplay .crbui-touchdisplay-duration {
	right: 4px;
}
.crbui-touchdisplay .crbui-touchdisplay-label {
	pointer-events: none;
	position: absolute;
	max-width: 375px;
	text-align: center;
	line-height: inherit;
	text-shadow: inherit;
	left: 50%;
	color: inherit;
}
.crbui-touchdisplay .crbui-touchdisplay-label > h3 {
	margin: 0px;
	padding: 0px;
	width: inherit;
	line-height: inherit;
	position: relative;
	pointer-events: none;
	color: inherit;
	left: -50%;
	letter-spacing: 0px;
	text-shadow: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Noto Serif', serif;
}
.crbui-touchdisplay .crbui-touchdisplay-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 34px;
	text-align: center;
	pointer-events: none;
	margin: 0px;
	padding: 0px;
}
.crbui-touchdisplay .crbui-touchdisplay-logo > span {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	pointer-events: none;
	display: inline-block;
	width: inherit;
	height: inherit;
	left: -50%;
	top: -50%;
	background: url("");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchelement {
	position: relative;
	border: 3px solid transparent;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.crbui-touchelement * {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.crbui-touchelement.crbui-touchelement-hover {
	overflow: hidden;
}
.crbui-touchelement.crbui-touchelement-hover .crbui-touchelement-cover {
	opacity: .9;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	overflow: hidden;
}
.crbui-touchelement.crbui-touchelement-hover .crbui-touchelement-cover > .crbui-touchelement-button {
	display: inline-block;
	opacity: 0.01;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url("_pXl.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.crbui-touchelement.crbui-touchelement-hover .crbui-touchelement-cover > .crbui-touchelement-button > div {
	opacity: 0.1;
	filter: alpha(opacity=1);
}
.crbui-touchelement.crbui-touchelement-hover:hover > .crbui-touchelement-cover {
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	filter: alpha(opacity=55);
}
.crbui-touchelement.crbui-touchelement-hover:hover > .crbui-touchelement-cover > .crbui-touchelement-button {
	opacity: 1;
}
.crbui-touchelement.crbui-touchelement-hover:hover > .crbui-touchelement-cover > .crbui-touchelement-button > div {
	opacity: 1;
	filter: alpha(opacity=100);
}
.crbui-touchelement.isActive {
	border: 3px solid #00bbff;
}
.crbui-touchelement.isActive .crbui-touchelement-cover > .crbui-touchelement-button {
	background: url("_pXl2.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
