/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:160px; height:600px;
  overflow:hidden; 
  position:absolute;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #111;
  background:#ffffff;
  background: url('img/bg1.jpg') no-repeat;
}
#content{
  width:160px; height:600px;
  position:relative; top:0; left:0;
  perspective: 160px; -webkit-perspective: 160px;
}
.hideMe{visibility:hidden;}



/* NO SPRITE */

.t1, .t12 {
  background-image: url("img/t1.png");
  position: absolute;
  left: 20px;
  top: 74px;
  width: 122px;
  height: 323px;
  z-index: 10;
}
.t2 {
  background-image: url("img/t2.png");
  position: absolute;
  left: 8px;
  top: 98px;
  width: 147px;
  height: 110px;
  z-index: 9;
}
.t3 {
  background-image: url("img/t3.png");
  position: absolute;
  left: 11px;
  top: 230px;
  width: 142px;
  height: 74px;
  z-index: 8;
}
.t4 {
  background-image: url("img/t4.png");
  position: absolute;
  left: 13px;
  top: 326px;
  width: 137px;
  height: 74px;
  z-index: 7;
}
.a3, .a32 {
  background-image: url("img/a3.png");
  position: absolute;
  left: -4px;
  top: 401px;
  width: 166px;
  height: 139px;
  z-index: 6;
}
.logo1 {
  background-image: url("img/logo1.png");
  position: absolute;
  left: 9px;
  top: 11px;
  width: 141px;
  height: 50px;
  z-index: 5;
}
.cta1 {
  background-image: url("img/cta1.png");
  position: absolute;
  left: 17px;
  top: 547px;
  width: 127px;
  height: 43px;
  z-index: 4;
}
.bg2 {
  background-image: url("img/bg2.png");
  position: absolute;
  left: -294px;
  top: -99px;
  width: 685px;
  height: 639px;
  z-index: 4;
}



/* ------- OTHER CSS ------- */
.blocker1 {
    position: absolute;
	left: 0;
	top: 370px;
	width: 100%;
    height: 100%; 
	background:#618eb6;
	z-index:10;
}
.fader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background:#ffffff;
}
#glimmer-cta-box {
    position: absolute;
    left: 17px;
  top: 547px;
  width: 127px;
  height: 43px;
    border-width:0px;
	border: 0px solid transparent;
    overflow: hidden; 
    z-index: 900;
	border-radius: 3px;
	opacity: .50;
}
#glimmer-cta {
    position: relative;
      top:0px;
      left: -116px;
	  border-width:0px;
	  border: 0px solid transparent;
}
/* Removes border on pesky IE */
#glimmer-cta img {text-decoration: none; border: 0px}

#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}
