/*
  JQuery xmas Selection
  (c)2013 TLC Live, iSolutions
  Source code may not be used without permission
*/
.xmasContainer {
  position: relative;
  background: url('images/Xmas2018CLOSED.jpg') top left no-repeat;
  width: 600px;
  height: 450px;
  display: block;
  margin: 0 auto;
}
.xmasContainer div {
  position: absolute;
  left: 0px; top: 0px; width: 600px; height: 450px;
}
.xmasSelect {
  cursor: pointer;
}
.xmasReveal {
  background: url(images/Xmas2018OPEN.jpg) 0 0 no-repeat;
}
.xmasWinner {
  background: url(images/Xmas2018OPEN.jpg) 0 0 no-repeat;
}
.xmasText {
  position: absolute;
  display: block;
  left: 200px; top: 210px; width: 130px; height: 100px;
  padding-top: 20px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 109, 53, 1);
  text-align: center;
  z-index: 1000;
}
