.crbui-touchbutton {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	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 1px 3px rgba(0, 0, 0, 0.7);
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #c9c9c9));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #c9c9c9 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #c9c9c9 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #c9c9c9 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, #c9c9c9 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: #00bbff;
	/*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: #bbb;
}
.crbui-touchbutton:hover > .crbui-touchbutton-background {
	background: #888;
}
.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: #333333;
	background: -moz-linear-gradient(top, #333333 3%, #333333 47%, #212121 52%, #0e0e0e 73%, #3a3a3a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #333333), color-stop(47%, #333333), color-stop(52%, #212121), color-stop(73%, #0e0e0e), color-stop(100%, #3a3a3a));
	background: -webkit-linear-gradient(top, #333333 3%, #333333 47%, #212121 52%, #0e0e0e 73%, #3a3a3a 100%);
	background: -o-linear-gradient(top, #333333 3%, #333333 47%, #212121 52%, #0e0e0e 73%, #3a3a3a 100%);
	background: -ms-linear-gradient(top, #333333 3%, #333333 47%, #212121 52%, #0e0e0e 73%, #3a3a3a 100%);
	background: linear-gradient(to bottom, #333333 3%, #333333 47%, #212121 52%, #0e0e0e 73%, #3a3a3a 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;
	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;
	top: 0px;
	left: 0px;
	bottom: 0px;
	pointer-events: none;
	border-right: 1px solid #999;
	box-shadow: 0px 0px 5px #666;
	background: #b8e1fc;
	background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 47%, #8bb7e0 51%, #a2daf5 83%, #bdf3fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8e1fc), color-stop(10%, #a9d2f3), color-stop(25%, #90bae4), color-stop(37%, #90bcea), color-stop(47%, #90bff0), color-stop(51%, #8bb7e0), color-stop(83%, #a2daf5), color-stop(100%, #bdf3fd));
	background: -webkit-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 47%, #8bb7e0 51%, #a2daf5 83%, #bdf3fd 100%);
	background: -o-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 47%, #8bb7e0 51%, #a2daf5 83%, #bdf3fd 100%);
	background: -ms-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 47%, #8bb7e0 51%, #a2daf5 83%, #bdf3fd 100%);
	background: linear-gradient(to bottom, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 47%, #8bb7e0 51%, #a2daf5 83%, #bdf3fd 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: 300px;*/
	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: Myriad, Helvetica, Arial, sans-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("crbui-logo.png");
	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;
}
