body,
html {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Myriad, Helvetica, Gotham, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}


table {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border-spacing: 0;
	text-align: left;
	width: 96%;
}


ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}





div.header {
	position: relative;
	text-align: center;
	margin: auto;
	height: 100%;
	box-shadow: inset 0px 0px 40px #;
	background-size: ;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no repeat;
}
div.header > img {
  margin: 5px 0px 0px 0px;
}
div.header div.demoAc {
  text-align: center;
  margin: 10px 0px 0px 0px;
}
div.header div.demoAc > .crbui-touchcontrols {
  margin: 0px -3px 0px 0px;
  height: 34px;
  padding: 0px 7px 0px 7px;
}
div.header div.demoAc > .crbui-touchdisplay {
  height: 34px;
  line-height: 35px;
  width: 300px;
}








.stylingHud .crbui-touchbutton {
  border-radius: 0px;
  height: 40px;
}
.stylingHud .crbui-touchbutton .crbui-touchbutton-background {
  background: #2f3233;
  background: -moz-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3233), color-stop(50%, #313534), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3233', endColorstr='#0a0809', GradientType=0);
}
.stylingHud .crbui-touchbutton .crbui-touchbutton-border {
  display: none;
}
.stylingHud .crbui-touchdisplay {
  margin-left: -3px;
  box-shadow: none;
  border-left: 1px solid #333;
  width: 325px;
  height: 40px;
  line-height: 40px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #2f3233;
  background: -moz-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3233), color-stop(50%, #313534), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3233', endColorstr='#0a0809', GradientType=0);
}
.stylingHud .crbui-touchdisplay > .crbui-touchdisplay-progress {
  overflow: hidden;
  border-right: none;
  background: #cb60b3;
  background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #c146a1), color-stop(51%, #a80077), color-stop(100%, #db36a4));
  background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -o-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -ms-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0);
}
.stylingHud .crbui-touchdisplay > .crbui-touchdisplay-logo {
  width: 250px;
  height: 33px;
}
.stylingHud .crbui-touchdisplay > .crbui-touchdisplay-logo > .crbui-touchdisplay-image {
  background: url("img/logoHud.png");
}
.stylingControls {
  width: 446px;
  border: 1px solid #ddd;
  box-shadow: 1px 5px 6px #ccc;
  border-radius: 7px;
  overflow: hidden;
}
.stylingControls .crbui-touchbutton {
  border-radius: 0px;
  height: 40px;
}
.stylingControls .crbui-touchbutton .crbui-touchbutton-background {
  background: #2f3233;
  background: -moz-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3233), color-stop(50%, #313534), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3233', endColorstr='#0a0809', GradientType=0);
}
.stylingControls .crbui-touchbutton .crbui-touchbutton-border {
  display: none;
}
.stylingControls .crbui-touchdisplay {
  margin-left: -3px;
  box-shadow: none;
  border-left: 1px solid #333;
  width: 325px;
  height: 40px;
  line-height: 40px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #2f3233;
  background: -moz-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3233), color-stop(50%, #313534), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3233', endColorstr='#0a0809', GradientType=0);
}
.stylingControls .crbui-touchdisplay > .crbui-touchdisplay-progress {
  overflow: hidden;
  border-right: none;
  background: #cb60b3;
  background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #c146a1), color-stop(51%, #a80077), color-stop(100%, #db36a4));
  background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -o-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: -ms-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0);
}
.stylingControls .crbui-touchdisplay > .crbui-touchdisplay-logo {
  width: 250px;
  height: 33px;
}
.stylingControls .crbui-touchdisplay > .crbui-touchdisplay-logo > .crbui-touchdisplay-image {
  background: url("img/logoHud.png");
}
.stylingControls .crbui-touchdisplay {
  border-bottom-right-radius: 0px;
}
.stylingControls > li:first-child .crbui-touchcontrols {
  height: 40px;
  background: #2f3233;
  border-radius: 0px;
  background: -moz-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3233), color-stop(50%, #313534), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
  background: -webkit-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  background: linear-gradient(to bottom, #2f3233 0%, #313534 50%, #0a0e0a 51%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3233', endColorstr='#0a0809', GradientType=0);
}
.stylingControls > li:first-child .crbui-touchcontrols > .crbui-touchcontrols-previous {
  background: url('img/previous.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stylingControls > li:first-child .crbui-touchcontrols > .crbui-touchcontrols-next {
  background: url('img/next.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stylingControls > li:first-child .crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-play {
  background: url('img/play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stylingControls > li:first-child .crbui-touchcontrols > .crbui-touchcontrols-toggle > .crbui-touchcontrols-pause {
  background: url('img/pause.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stylingControls > li.crbui-touchelement {
  color: #f8f8f8;
  border-bottom: 1px solid #000;
  border-top: 1px solid #555;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  height: 40px;
  line-height: 40px;
  background: #333;
  overflow: hidden;
}
.stylingControls > li.crbui-touchelement > span {
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 15px;
  text-shadow: -1px -1px 0px #000000;
}
.stylingControls > li.crbui-touchelement > img {
  float: left;
  width: 40px;
  height: 40px;
}
.stylingControls > li.crbui-touchelement.isActive {
  border-right: 4px solid #cb60b3;
  border-left: 4px solid #cb60b3;
  background: #2d3033;
  background: -moz-linear-gradient(-45deg, #2d3033 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2d3033), color-stop(100%, #000000));
  background: -webkit-linear-gradient(-45deg, #2d3033 0%, #000000 100%);
  background: -o-linear-gradient(-45deg, #2d3033 0%, #000000 100%);
  background: -ms-linear-gradient(-45deg, #2d3033 0%, #000000 100%);
  background: linear-gradient(135deg, #2d3033 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3033', endColorstr='#000000', GradientType=1);
}
.stylingControls > li.crbui-touchelement.isActive > span {
  color: #FF75BA;
}
.purple,
.blue,
.green,
.orange,
.logo {
  border-radius: 0px;
  margin: 7px 2px 7px 2px;
}
.purple,
.blue,
.green,
.orange,
.logo {
  border-radius: 0px;
  margin: 7px 2px 7px 2px;
}
.purple > .crbui-touchbutton-background,
.purple > .crbui-touchbutton-border {
  background: #db36a4;
}
.blue > .crbui-touchbutton-background,
.blue > .crbui-touchbutton-border {
  background: #1e69de;
}
.green > .crbui-touchbutton-background,
.green > .crbui-touchbutton-border {
  background: #abdc28;
}
.orange > .crbui-touchbutton-background,
.orange > .crbui-touchbutton-border {
  background: #FFA500;
}
.logo > .crbui-touchbutton-play {
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/logo.gif);
}
.logo.isActive > .crbui-touchbutton-play {
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/logo.gif);
}
.purple:hover > .crbui-touchbutton-background,
.blue:hover > .crbui-touchbutton-background,
.green:hover > .crbui-touchbutton-background,
.orange:hover > .crbui-touchbutton-background,
.logo:hover > .crbui-touchbutton-background {
  background: #333;
}
.purple.isActive > .crbui-touchbutton-background,
.blue.isActive > .crbui-touchbutton-background,
.green.isActive > .crbui-touchbutton-background,
.orange.isActive > .crbui-touchbutton-background {
  background: #00bbff;
}
.logo.isActive > .crbui-touchbutton-background {
  background: #7DA;
}







div.body {
	margin: auto;
	position: absolute;
	top: 91px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 25px 10px 10px 10px;
	overflow: auto;
	background: #99ccff;
	background: -moz-linear-gradient(top, #89D9BE 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99ccff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #7DCDBA 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #7DCDBA 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #89D9BE 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #89D9BE 0%, #e5e5e5 100%);
  
  
  	box-shadow: inset 0px 0px 40px #   ;





}
div.body > div {
  display: block;
  margin: 5px 10px 25px 10px;
  padding: 20px 40px 40px 40px;
  border-radius: 9px;
  background: #7DA;
  box-shadow: inset 1px 1px 10px #ccc;
}
div.body > div p {
  max-width: 450px;
}
div.body > div > a > h2 {
  padding-top: 20px;
}
div.body h2,
div.body p,
div.body pre {
  text-align: left;
}
div.body pre {
  box-shadow: inset -1px 1px 3px #bbbbbb;
  background: #f6f6f6;
  margin: 8px;
  text-align: left;
  overflow: auto;
}
div.body > .guideMenu {
  text-align: left;
}
div.body > .guideMenu li {
  margin: 2px;
  display: inline-block;
  background: #eee;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
div.body > .guideMenu li a {
  text-decoration: none;
  font-weight: bold;
  color: #222;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px #fff;
}
div.body .examples {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f9fafc;
  background: -moz-linear-gradient(top, #f9fafc 3%, #e3e6ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f9fafc), color-stop(100%, #e3e6ee));
  background: -webkit-linear-gradient(top, #f9fafc 3%, #e3e6ee 100%);
  background: -o-linear-gradient(top, #f9fafc 3%, #e3e6ee 100%);
  background: -ms-linear-gradient(top, #f9fafc 3%, #e3e6ee 100%);
  background: linear-gradient(to bottom, #f9fafc 3%, #e3e6ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafc', endColorstr='#e3e6ee', GradientType=0);
}
div.body .examples > * {
  margin: 5px;
  text-align: left;
}
div.body ul.demoB,
div.body ul.demoC,
div.body ul.demoD,
div.body ul.demoE,
div.body ul.demoF {
  text-align: left;
  box-shadow: 2px 2px 9px #ccc;
  display: inline-block;
  background: #99ccff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}







div.body span.demoAterry520high {
  display: inline-block;
  padding: 8px 8px 4px 8px;
  background: #bbb;
  width: 140px;
  height: 520px;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(77%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -o-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -ms-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: linear-gradient(to bottom, #ffffff 23%, #eeeeee 77%);
}


div.body span.demoAterry520high > img {
  border-radius: 9px;
}
div.body span.demoAterry520high > .crbui-touchbutton {
  display: inline-block;
  margin: 18px 0px 0px 15px;
}
div.body span.demoAterry520high > .label {
  display: block;
  color: #666;
  font-size: 11px;
  margin-left: 2px;
  font-family: Myriad, Helvetica, Tahoma, Arial, sans-serif;
}














div.body span.demoAterry520highx280W {
  display: inline-block;
  padding: 8px 8px 4px 8px;
  background: #bbb;
  width: 280px;
  height: 520px;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(77%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -o-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -ms-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: linear-gradient(to bottom, #ffffff 23%, #eeeeee 77%);
}

div.body span.demoAterry520highx280W > img {
  border-radius: 9px;
}
div.body span.demoAterry520highx280W > .crbui-touchbutton {
  display: inline-block;
  margin: 18px 0px 0px 15px;
}
div.body span.demoAterry520highx280W > .label {
  display: block;
  color: #666;
  font-size: 11px;
  margin-left: 2px;
  font-family: Myriad, Helvetica, Tahoma, Arial, sans-serif;
}











div.body span.demoAterry350highx280W {
  display: inline-block;
  padding: 8px 8px 4px 8px;
  background: #bbb;
  width: 280px;
  height: 350px;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(77%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -o-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -ms-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: linear-gradient(to bottom, #ffffff 23%, #eeeeee 77%);
}

div.body span.demoAterry350highx280W > img {
  border-radius: 9px;
}
div.body span.demoAterry350highx280W > .crbui-touchbutton {
  display: inline-block;
  margin: 18px 0px 0px 15px;
}
div.body span.demoAterry350highx280W > .label {
  display: block;
  color: #666;
  font-size: 11px;
  margin-left: 2px;
  font-family: Myriad, Helvetica, Tahoma, Arial, sans-serif;
}









div.body span.demoA {
  display: inline-block;
  padding: 8px 8px 4px 8px;
  background: #bbb;
  width: 140px;
  height: ;
  border-radius: 12px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #ffffff), color-stop(77%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -o-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: -ms-linear-gradient(top, #ffffff 23%, #eeeeee 77%);
  background: linear-gradient(to bottom, #ffffff 23%, #eeeeee 77%);
}



div.body span.demoA > img {
  border-radius: 9px;
}
div.body span.demoA > .crbui-touchbutton {
  display: inline-block;
  margin: 18px 0px 0px 15px;
}
div.body span.demoA > .label {
  display: block;
  color: #666;
  font-size: 11px;
  margin-left: 2px;
  font-family: Myriad, Helvetica, Tahoma, Arial, sans-serif;
}






div.body span.demoAb {
  position: relative;
  display: inline-block;
  background: #ccc;
  height: 28px;
  width: 180px;
  text-align: left;
}
div.body span.demoAb > .crbui-touchelement {
  padding: 0px;
  margin: 0px;
  border: none;
  display: inline-block;
  width: 28px;
  height: 28px;
}
div.body span.demoAb > .crbui-touchelement > img {
  width: inherit;
  height: inherit;
}
div.body span.demoAb > .crbui-touchdisplay {
  position: absolute;
  left: 29px;
  width: auto;
  right: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 29px;
}
div.body span.demoAb > .crbui-touchdisplay .crbui-touchdisplay-progress {
  background: #ffd65e;
  background: -moz-linear-gradient(-45deg, #ffd65e 0%, #febf04 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffd65e), color-stop(100%, #febf04));
  background: -webkit-linear-gradient(-45deg, #ffd65e 0%, #febf04 100%);
  background: -o-linear-gradient(-45deg, #ffd65e 0%, #febf04 100%);
  background: -ms-linear-gradient(-45deg, #ffd65e 0%, #febf04 100%);
  background: linear-gradient(135deg, #ffd65e 0%, #febf04 100%);
}
div.body span.demoAb > .crbui-touchdisplay .crbui-touchdisplay-time {
  display: none;
}
div.body span.demoAb > .crbui-touchdisplay .crbui-touchdisplay-label {
  text-align: left;
  left: 65px;
  font-size: 9px;
  width: 105px;
}
div.body span.demoAb > .crbui-touchdisplay .crbui-touchdisplay-duration {
  font-size: 9px;
}
div.body ul.demoB {
	width: 250px;
}
div.body ul.demoB li {
  padding: 0px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
div.body ul.demoB li > img {
  width: 34px;
  height: 34px;
  margin-left: 1px;
}
div.body ul.demoB li > .crbui-touchbutton {
  margin: 6px 0px 0px 8px;
  width: 22px;
  height: 22px;
}
div.body ul.demoB li > .label {
  line-height: 31px;
  margin-left: 10px;
  color: #777;
  text-shadow: 0px 1px 0px #fff;
  font-size: 12px;
}
div.body ul.demoC {
  width: 185px;
}
div.body ul.demoC li {
  position: relative;
  display: inline-block;
  height: 28px;
  width: inherit;
  overflow: hidden;
  text-align: left;
}
div.body ul.demoC li > .crbui-touchelement {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.body ul.demoC li > .crbui-touchdisplay {
  position: absolute;
  left: 29px;
  width: auto;
  right: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 28px;
  box-shadow: none;
  background: #E2E6ED;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
div.body ul.demoC li > .crbui-touchdisplay .crbui-touchdisplay-progress {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
}
div.body ul.demoC li > .crbui-touchdisplay .crbui-touchdisplay-logo {
  display: none;
}
div.body ul.demoC li > .crbui-touchdisplay .crbui-touchdisplay-time {
  display: none;
}
div.body ul.demoC li > .crbui-touchdisplay .crbui-touchdisplay-label {
  left: 67px;
  text-align: left;
  font-size: 9px;
  width: 105px;
}
div.body ul.demoC li > .crbui-touchdisplay .crbui-touchdisplay-duration {
  font-size: 9px;
}







div.body ul.demoD {
  width: 310px;
}
div.body ul.demoD li {
  margin: 0px;
  float: left;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  padding: 0px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
div.body ul.demoD li > .info {
  text-shadow: 0px 1px 0px #fff;
  transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
div.body ul.demoD li > .info > div {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.body ul.demoD li > .info > div.label {
  color: #777;
  font-size: 12px;
}
div.body ul.demoD li > .info > div.description {
  font-size: 8px;
  letter-spacing: 0px;
  color: #1E71BF;
}




div.body ul.demoE {
  width: 260px;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
}
div.body ul.demoE li {
  position: relative;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
div.body ul.demoE li:first-child {
  height: 25px;
  line-height: 25px;
  background: #888f96;
  background: -moz-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888f96), color-stop(100%, #28343b));
  background: -webkit-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -o-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -ms-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: linear-gradient(to bottom, #888f96 0%, #28343b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888f96', endColorstr='#28343b', GradientType=0);
}
div.body ul.demoE li:first-child > .crbui-touchcontrols {
  margin: 0px -3px 0px 0px;
  width: 120px;
  height: 25px;
  line-height: 25px;
  border-radius: 0px;
  border: none;
  background: #888f96;
  background: -moz-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888f96), color-stop(100%, #28343b));
  background: -webkit-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -o-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: -ms-linear-gradient(top, #888f96 0%, #28343b 100%);
  background: linear-gradient(to bottom, #888f96 0%, #28343b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888f96', endColorstr='#28343b', GradientType=0);
}
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-previous {
  margin-left: -5px;
}
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-previous,
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-toggle {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-previous,
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-toggle,
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-next {
  padding: 0px 13px 0px 20px;
}
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-toggle,
div.body ul.demoE li:first-child > .crbui-touchcontrols > .crbui-touchcontrols-next {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
div.body ul.demoE li:first-child > .crbui-touchdisplay {
  line-height: 25px;
  position: absolute;
  left: 110px;
  right: 4px;
  box-shadow: none;
  top: 4px;
  border: none;
  height: 17px;
  line-height: 18px;
  background: #fcfff4;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.45);
  background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfff4), color-stop(100%, #e9e9ce));
  background: -webkit-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#e9e9ce', GradientType=0);
}
div.body ul.demoE li:first-child > .crbui-touchdisplay > .crbui-touchdisplay-label,
div.body ul.demoE li:first-child > .crbui-touchdisplay > .crbui-touchdisplay-time,
div.body ul.demoE li:first-child > .crbui-touchdisplay > .crbui-touchdisplay-duration {
  color: #111;
  font-size: 11px;
  text-shadow: none;
}
div.body ul.demoE li:first-child > .crbui-touchdisplay > .crbui-touchdisplay-label {
  display: none;
}
div.body ul.demoE li:first-child > .crbui-touchdisplay > .crbui-touchdisplay-progress {
  border-right: none;
  box-shadow: none;
  background: #d0d9dd;
  background: -moz-linear-gradient(left, #d0d9dd 0%, #b5c6d0 98%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d0d9dd), color-stop(98%, #b5c6d0));
  background: -webkit-linear-gradient(left, #d0d9dd 0%, #b5c6d0 98%);
  background: -o-linear-gradient(left, #d0d9dd 0%, #b5c6d0 98%);
  background: -ms-linear-gradient(left, #d0d9dd 0%, #b5c6d0 98%);
  background: linear-gradient(to right, #d0d9dd 0%, #b5c6d0 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d9dd', endColorstr='#b5c6d0', GradientType=1);
}
div.body ul.demoE li.crbui-touchelement {
  padding: 0px;
  height: 75px;
  overflow: hidden;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
div.body ul.demoE li.crbui-touchelement > img {
  margin-left: -6px;
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.25);
  transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
div.body ul.demoE li.crbui-touchelement > .info {
  display: inline-block;
  line-height: 24px;
  margin-left: 20px;
  margin-top: 12px;
  text-shadow: 0px 1px 0px #fff;
  transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
div.body ul.demoE li.crbui-touchelement > .info > div.label {
  color: #777;
  font-size: 16px;
  letter-spacing: 1px;
}
div.body ul.demoE li.crbui-touchelement > .info > div.description {
  font-size: 12px;
  letter-spacing: 1px;
  color: #1E71BF;
}
div.body ul.demoE li.crbui-touchelement:hover {
  background: rgba(0, 0, 0, 0.02);
}
div.body ul.demoE li.crbui-touchelement:hover > img {
  box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.35);
  margin-left: -2px;
}
div.body ul.demoE li.crbui-touchelement:hover > .info {
  margin-left: 12px;
}
div.body ul.demoE li.crbui-touchelement.isActive {
  background: #b2e1ff;
  background: -moz-linear-gradient(-45deg, #b2e1ff 0%, #66b6fc 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b2e1ff), color-stop(100%, #66b6fc));
  background: -webkit-linear-gradient(-45deg, #b2e1ff 0%, #66b6fc 100%);
  background: -o-linear-gradient(-45deg, #b2e1ff 0%, #66b6fc 100%);
  background: -ms-linear-gradient(-45deg, #b2e1ff 0%, #66b6fc 100%);
  background: linear-gradient(135deg, #b2e1ff 0%, #66b6fc 100%);
}
div.body ul.demoE li.crbui-touchelement.isActive > img {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.8);
  margin-left: 0px;
}
div.body ul.demoE li.crbui-touchelement.isActive > .info {
  color: #fff;
  text-shadow: none;
  margin-left: 20px;
}
div.body ul.demoE li.crbui-touchelement.isActive > .info > div.label {
  color: #444;
}
div.body ul.demoE li.crbui-touchelement.isActive > .info > div.description {
  color: rgba(0, 0, 0, 0.6);
}
div.body ul.demoF li {
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  padding: 0px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
div.body ul.demoF li > .info {
  text-shadow: 0px 1px 0px #fff;
  transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
}
div.body ul.demoF li > .info > div {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.body ul.demoF li > .info > div.label {
  color: #777;
  font-size: 12px;
}
div.body ul.demoF li > .info > div.description {
  font-size: 8px;
  letter-spacing: 0px;
  color: #1E71BF;
}
