{ padding:0, margin:0, list-style-type:none;}

#banner{
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

.retina{
  position: absolute;
  width: 728px;
  height: 90px;
}

#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: 154px;
  height: 38px;
  top:25px;
  left:540px;
}
#buttonActive,#buttonInactive{
  position: absolute;
  width: 154px;
  height: 38px;
  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: 90px;
  width: 5120px;
  left:0px;
  top:0px;
}

.textBlock1{
  position: absolute;
  top:26px;
  left:332px;
}

.textBlock2{
  position: absolute;
  top:16px;
  left:332px;
}

.textBlock3{
  position: absolute;
  top:16px;
  left:332px;
}

.textLine{
  position: relative;
  margin-bottom: -2px;
}





