{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  z-index: 999;
}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
}

#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button{
  position: absolute;
  width: 164px;
  height: 37px;
  top:435px;
  left:25px;
}
#buttonActive,#buttonInactive{
  position: absolute;
  width: 164px;
  height: 37px;
}

#buttonActive{
  display: none;
}

.videoElement{
  position: absolute;
  left:0px;
  bottom:0px;
  width: 300px;
  height: 600px;
  z-index: 0;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sprite{
  position: absolute;
  height: 275px;
  width: 4800px;
  left:0px;
  top:0px;
}

.textBlock{
  position: absolute;
  top:312px;
  left:20px;
  width: 300px;
  height: auto;
}

.textBlock2{
  position: absolute;
  top:310px;
  left:20px;
  width: 300px;
  height: auto;
}

.textBlock3{
  position: absolute;
  top:338px;
  left:20px;
  width: 300px;
  height: auto;
}

.textBlock3 .textLine{
  position: relative;
  margin-bottom: -2px;
}

.textLine{
  position: relative;
  margin-bottom: -6px;
}

#disclaimer{
  margin-top:58px;
  margin-left: 5px;
}



  .button{
        position: absolute;
        left:20px;
    top:450px;
     width: 231px;
     height: 30px;
   color:#fff; 
     font-size: 30px;  
      line-height: 60px; 
      cursor: pointer;
      z-index: 9999;

  }

  .btnCol{
    position: absolute;
    top:0px;
    width: 164px;
    height: auto;

  }

  .btnExp{
    position: absolute;
    top:37px;
    left:0px;
    width: 231px;
     height: 93px;
    overflow-x:hidden;
    overflow-y:auto
  }

.btnItem{
  width: 231px;
     height: 30px;
  background-color: #67c2c0;
  color:#fff;
  position:relative;
  margin-top: 1px;
  font-size: 30px;
  line-height: 60px;
  padding-left: 10px;

}

.btnItem:hover{

  background-color: #001baf;

}

.btnItem img{
  position: absolute;
  top:0px;
  left:0px;
  height: 100%;
  width: auto;

}

  .divider{
  position: relative;
  height: 2px;
}

  .click{
    position: absolute;
    width:100%;
    height: 100%;
    cursor:pointer;
    z-index: 100;
  }