html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  background: #333;
  color: #999;
  font: 12px/1.5em arial, helvetica, sans-serif;
}
body {
  font-size: 100%;
  text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 0;
  zoom: 1;
}
header ul,
footer ul,
nav ul {
  list-style: none;
}
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('/html5/fonts/websymbols-regular-webfont.eot');
  src: url('/html5/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/html5/fonts/websymbols-regular-webfont.woff') format('woff'), url('/html5/fonts/websymbols-regular-webfont.ttf') format('truetype'), url('/html5/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
/*
#debug{
	width: @contentWidth;
	heigth: @galleryImageHeight;
	overflow: auto;
}
*/
#main {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#main .grid1 {
  width: 600px;
  height: 200px;
  overflow: auto;
}
#main .grid2 {
  width: 300px;
  height: 300px;
  overflow: auto;
}
.js #main .grid1,
.js #main .grid2 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.js .grid1 {
  width: 586px;
}
.js .grid2 {
  width: 286px;
}
.js .scrollable-text {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.js .scrollable-text section {
  padding: 10px;
}
.js .scrollable-text .content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.js .scrollable-text .scrollbar {
  position: absolute;
  z-index: 10;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 7px;
  overflow: hidden;
}
.js .scrollable-text .scrollbar div {
  width: 7px;
  overflow: hidden;
  background: #f60;
  position: absolute;
  left: 0;
}
/* webkit only scrollbar styles */
.no-js ::-webkit-scrollbar {
  width: 12px;
}
.no-js ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.no-js ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
