#lobby {
  position: relative; }
  #lobby .drop {
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    position: absolute; }
    #lobby .drop .inside {
      position: absolute;
      top: 24px;
      left: 24px;
      background: #e6343d url("/images/diagonal_pattern_3.png");
      border-top: 6px solid #e6343d;
      padding: 0 10px 9px 10px;
      width: 380px; }
      #lobby .drop .inside h4 {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        margin-left: 15px;
        width: 375px;
        padding-top: 8px; }
        #lobby .drop .inside h4 a {
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          text-decoration: underline; }
      #lobby .drop .inside p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        margin-left: 15px;
        width: 500px; }
        #lobby .drop .inside p a {
          color: #fff; }
          #lobby .drop .inside p a:link, #lobby .drop .inside p a:visited {
            text-decoration: underline; }
          #lobby .drop .inside p a:active, #lobby .drop .inside p a:hover {
            color: #ffe5ea;
            text-decoration: underline; }
  #lobby .one .drop {
    top: 150px;
    left: 530px; }
  #lobby .three .drop {
    top: 130px;
    left: 740px; }
  #lobby .four .drop {
    top: 195px;
    left: 240px; }
  #lobby .five .drop {
    top: 90px;
    left: 155px; }
  #lobby .six .drop {
    top: 100px;
    left: 500px; }
  #lobby .seven .drop {
    top: 150px;
    left: 546px; }
  #lobby .eight .drop.one {
    top: 127px;
    left: 210px; }
  #lobby .eight .drop.two {
    top: 300px;
    left: 787px; }
  #lobby .nine .drop.one {
    top: 453px;
    left: 460px; }
  #lobby .ten .drop.one {
    top: 525px;
    left: 460px; }
  #lobby .eleven .drop.one {
    top: 505px;
    left: 577px; }
  #lobby .twelve .drop.one {
    top: 225px;
    left: 350px; }
  #lobby .thirteen .drop.one {
    top: 130px;
    left: 447px; }
  #lobby .fourteen .drop.one {
    top: 200px;
    left: 640px; }
  #lobby .fifteen .drop.one {
    top: 510px;
    left: 730px; }
  #lobby .sixteen .drop.one {
    top: 77px;
    left: 587px; }
  #lobby .seventeen .drop.one {
    top: 350px;
    left: 671px; }
  #lobby .eighteen .drop.one {
    top: 283px;
    left: 657px; }
  #lobby .nineteen .drop.one {
    top: 396px;
    left: 393px; }
  #lobby .twenty .drop.one {
    top: 308px;
    left: 748px; }
  #lobby .twentyone .drop.one {
    top: 293px;
    left: 748px; }
  #lobby .twentytwo .drop.one {
    top: 453px;
    left: 596px; }
  #lobby .twentythree .drop.one {
    top: 383px;
    left: 686px; }
  #lobby .twentyfour .drop.one {
    top: 460px;
    left: 188px; }
  #lobby .twentyfive .drop.one {
    top: 177px;
    left: 358px; }
  #lobby .twentysix .drop.one {
    top: 326px;
    left: 582px; }
  #lobby .twentyseven .drop.one {
    top: 276px;
    left: 500px; }

#switcher {
  position: absolute;
  top: -90px;
  right: 12px; }
  #switcher #tab {
    display: block;
    position: absolute;
    right: 46px;
    padding: 6px 13px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: Arvo, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url("../images/dotted-arrow-down.png");
    background-position: 145px 9px;
    background-repeat: no-repeat;
    width: 145px;
    height: 17px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  #switcher .thumbnails {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    #switcher .thumbnails ul {
      display: block;
      list-style-type: none;
      padding: 12px 7px 9px 7px;
      margin: 0;
      overflow: hidden; }
      #switcher .thumbnails ul li {
        position: relative;
        float: left;
        background-color: transparent;
        width: 100px;
        margin: 0 3px;
        padding: 1px; }
        #switcher .thumbnails ul li.active {
          background-color: #ED1C24; }
        #switcher .thumbnails ul li a {
          display: block;
          outline: none;
          border: none;
          height: 60px;
          overflow: hidden; }
          #switcher .thumbnails ul li a img {
            width: 100%; }
