* {
  margin: 0;
  padding: 0; }

/*
 * showcase
 */
/*
 * item
 */
body {
  background-color: #bfbfbf; }

.showcase {
  width: 450px;
  height: 70px;
  position: relative; }
  .showcase .cursor {
    position: absolute; }
  .showcase .button {
    width: 180px;
    height: 100%;
    position: absolute; }
  .showcase .right {
    right: 0; }
  .showcase .screen {
    width: 350px;
    height: 100%;
    position: absolute;
    left: 50px;
    overflow: hidden; }
    .showcase .screen .items {
      position: absolute;
      height: 100%; }
    .showcase .screen .item {
      width: 70px;
      height: 100%;
      position: absolute; }
      .showcase .screen .item .place {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 70px;
        height: 70px; }

/*# sourceMappingURL=index.css.map */
