{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.retina{
  position: absolute;
  width: 160px;
  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: 134px;
  height: 34px;
  top:512px;
  left:13px;
}
#buttonActive,#buttonInactive{
  position: absolute;
  width: 134px;
  height: 34px;
  top:0px;
  left:0px;
}

#buttonActive{
  display: none;
}

#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: 300px;
  width: 2560px;
  left:0px;
  top:0px;
}

.textBlock{
  position: absolute;
  top:377px;
  left:15px;
}

.textLine{
  position: relative;
  margin-bottom: -4px;
}

.textBlock3 .textLine{
  position: relative;
  margin-bottom: -2px;
}

#disclaimer{
  margin-top:120px;
  margin-left: 0px;
}



