    #showcase {
      height: 140px;
/*
      background: #16235e;
      background: -moz-linear-gradient(top, #16235e 0%, #020223 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16235e), color-stop(100%,#020223));
      background: -webkit-linear-gradient(top, #16235e 0%, #020223 100%);
      background: -o-linear-gradient(top, #16235e 0%, #020223 100%);
      background: -ms-linear-gradient(top, #16235e 0%, #020223 100%);
      background: linear-gradient(to bottom, #16235e 0%, #020223 100%);
      -webkit-box-shadow: 0px 0px 13px 5px #DB1242;
      -moz-box-shadow: 0px 0px 13px 5px #DB1242;
      box-shadow: 0px 0px 13px 5px #DB1242;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
*/
    }
		.crop {
			background-color: rgba(102, 102, 102, .5);
			border: #CCC solid 1px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-box-shadow: 4px 2px 10px #BBB;
      -moz-box-shadow: 4px 2px 10px #BBB;
      box-shadow: 4px 2px 10px #BBB;

		}
		#showcase > img {
			max-width: 200px;
			height: 100px;
		}
    #item-title {
      color: #F31414;
      font-size: 29px;
      letter-spacing: 0.13em;
      text-shadow: 1px 1px 6px #C72B2B;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 22px;
    }
    #nav { text-align: center; }
    #nav > button {
      width: 64px;
      height: 36px;
      color: #666;
      font: bold 16px arial;
      text-align: center;
      margin: 5px;
      text-shadow: 0px 1px 0px #f5f5f5;
      background: #f6f6f6;
      border: solid 2px rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
      cursor: pointer;
    }
    #nav > button:active, #nav > button.down {
      background: #dfdfdf;
      border: solid 2px rgba(0, 0, 0, 0.6);
      box-shadow: none;
    }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html { height: 100%; }
body { 
	height: 100%;
  margin: 0;
  overflow-x: hidden;
}
#showcase { visibility: hidden; }
#showcase img { cursor: pointer; }
