body { font-family: arial; background: #0b1516;}
video { max-width: 100%; height: auto; }
#card_holder { width: 860px; height: 700px; margin: 0 auto; position: relative; background: #0b1516; box-shadow: 0px 0px 30px #fff; overflow: hidden;}
.allSymbols, .backgroundTree { display: none; }

.inactive { background: url('../img/arrow_act_inact.png') no-repeat; background-position: -75px 0; cursor: pointer;}
.inactive:hover, .active { background-position: 0px 0;  }


.button_bottom { 
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 70px;   
}

.clicker { text-align: center; }
.clicker img { width: 40px; margin-top: 5px; }
.button_top { 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 75px;   
  height: 75px;
  top: 20px;
  position: absolute;
  overflow: hidden;
}
.clickMe0 {
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 75px;   
  height: 65px;
  top: 85px;
  position: absolute;
  overflow: hidden;
  color: #fff;
  opacity: 0;
}

.button_right { 
  top: 0; 
  bottom: 0; 
  right: 80px;
  margin: auto;
  width: 75px;   
  height: 75px;
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
}
.clickMe1 {
  top: 130px; 
  bottom: 0; 
  right: 80px;
  margin: auto;
  width: 75px;   
  height: 70px;
  position: absolute;
  color: #fff;
  opacity: 0;
}
.button_bottom { 
  left: 0; 
  right: 0; 
  bottom: 20px;
  margin-left: auto; 
  margin-right: auto; 
  width: 75px;   
  height: 75px;
  position: absolute;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.clickMe2 {
  left: 0; 
  right: 0; 
  bottom: -45px;
  margin-left: auto; 
  margin-right: auto; 
  width: 75px;   
  height: 75px;
  position: absolute;
  color: #fff;
  opacity: 0;
}
.button_left { 
  top: 0;
  bottom: 0; 
  left: 80px;
  margin: auto;
  width: 75px;   
  height: 75px;
  position: absolute;
    -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.clickMe3 {
  top: 130px;
  bottom: 0; 
  left: 85px;
  margin: auto;
  width: 75px;   
  height: 75px;
  position: absolute;
  color: #fff;
  opacity: 0;
}

#videoHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.AEGvideo { width: 100%; height: 100%;}

.glowHolder { position: absolute;top: 60px;left: 50px;}
.yearHolder { position: absolute;top: 50px;left: 50px;}
.whiteGlow { float: left; margin-left: 3px }
.yearHolder div { float: left; margin-left: 8px }
.hidden { opacity: 0; }
.show { opacity: 1; }

.reload {
    position: absolute;
    color: #fff;
    font-size: 40px;
    bottom: -50px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    text-align: center;
	opacity: 0;
	z-index: 5;
	cursor: pointer;
}
.reload:hover { color: #d31e39; }
.reload img { width: 60px;  }
