{ 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: #69b6cc;
}

.retina{
  position: absolute;
  width: 160px;
  height: 600px;
}


#border {
  position: absolute;
  width: 160px;
  height: 600px;
  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: 160px;
  height: 600px;
  left:0px;
  top:0px;
  cursor: pointer;
  z-index: 9999;
}

#buttonActive{
  display: none;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #69b6cc;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.spriteWrapper{
  position: absolute;
  top:140px;
  left:-4px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.sprite{
  position: absolute;
  top:0px;
  left:0px;
  width: 160px;
  height: auto;

}

.happyCheck{
  position: absolute;
  top:108px;
  left:-38px;
  width: 232px;
  height: 232px;

}

.happyCheckInner{
  position: absolute;
  top:0px;
  left:0px;
  width: 232px;
  height: auto;

}

#smile{
  clip: rect(0px 232px 232px 0px);
  overflow:hidden;
}

.smileReveal{
  position: absolute;
  top: 34%;
  left: 20%;
  width: 60%;
  height: 28%;
  background-color:#69b6cc;

}


