html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  background: #333;
  color: #ccd;
  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');
}
a,
form,
img {
  border: 0;
  outline: none;
}
#main {
  position: relative;
}
.show {
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
  width: 100%;
  min-width: 920px;
  height: 497px;
  overflow: hidden;
}
.show .layer-1 {
  position: relative;
  margin: 0 auto;
  width: 920px;
  overflow: visible;
  z-index: 1;
}
.show .layer-1 .layer-2 {
  position: relative;
  margin: 0;
  left: 50%;
  width: 1260px;
  overflow: visible;
}
.show .layer-1 .layer-2 .layer-3 {
  position: relative;
  left: -630px;
  overflow: hidden;
  width: 1260px;
  background: #99c;
}
.show .layer-1 .layer-2 .layer-3 .units {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 9999px;
}
.show .layer-1 .layer-2 .layer-3 .units .unit {
  position: relative;
  float: left;
  clear: none;
  width: 320px;
  height: 497px;
  overflow: hidden;
}
.show .layer-1 .layer-2 .layer-3 .units .unit img {
  position: relative;
  display: block;
  z-index: 1;
}
.show .layer-1 .layer-2 .layer-3 .units .unit h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}
.show .layer-1 .layer-2 .layer-3 .units .head,
.show .layer-1 .layer-2 .layer-3 .units .tail {
  width: 490px;
}
.show .layer-1 .layer-2 .layer-3 .units .head h2 {
  left: 190px;
}
.show .shade-left,
.show .shade-right {
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 170px;
  height: 497px;
  z-index: 2;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.show .shade-left {
  left: -170px;
  background-image: url(dummy/mask-left.png);
}
.show .shade-right {
  right: -170px;
  background-image: url(dummy/mask-right.png);
}
.show .control {
  position: relative;
  margin: -268.5px auto 228.5px;
  z-index: 3;
  width: 920px;
  height: 40px;
}
.show .control .prev,
.show .control .next {
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  font-family: WebSymbolsRegular;
  text-decoration: none;
  font-size: 20px;
}
.show .control .prev {
  left: 0;
}
.show .control .next {
  right: 0;
}
.ruler {
  position: relative;
  margin: 0 auto;
  width: 920px;
  height: 20px;
  background: #6c9;
}
