/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:320px; height:50px;
  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:320px; height:50px;
  position:relative; top:0; left:0;
  perspective: 320px; -webkit-perspective: 320px;
}
.hideMe{visibility:hidden;}



/* NO SPRITE */


.a3{
  background-image: url("img/a3.png");
  position: absolute;
  left: 112px;
  top: 0px;
  width: 122px;
  height: 50px;
  z-index: 9;
}
.cta1{
  background-image: url("img/cta1.png");
  position: absolute;
  left: 237px;
  top: 12px;
  width: 73px;
  height: 25px;
  z-index: 8;
}
.logo1{
  background-image: url("img/logo1.png");
  position: absolute;
  left: 8px;
  top: 8px;
  width: 96px;
  height: 34px;
  z-index: 7;
}

.bg2 {
  background-image: url("img/bg2.png");
  position: absolute;
  left: 6px;
  top: -152px;
  width: 306px;
  height: 266px;
  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: 237px;
  top: 12px;
  width: 73px;
  height: 25px;
    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;
}
