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%;
}
header,
footer,
nav,
section,
figure,
aside,
figcaption,
header ul,
header ul li,
footer ul,
footer ul li,
nav ul,
nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
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');
}
[role="main"] {
  width: 392px;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  overflow: auto;
  border: 1px solid #f30;
}
[role="main"] figure {
  float: left;
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  /*
			border-right: 10px solid #963;
			border-bottom: 10px solid #3c6;
		*/

}
[role="main"] figure figcaption {
  display: none;
}
[role="main"] figure:nth-child(3n) {
  margin-right: 0;
}
[role="main"] figure:nth-child(3n+1) {
  clear: left;
}
[role="main"] figure:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
/* webkit only scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
