/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:320px; height:50px;
  overflow:hidden; background:#ffffff;
  position:absolute;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #111;
}
#content{
  width:320px; height:50px;
  position:relative; top:0; left:0;
  perspective: 300px; -webkit-perspective: 320px;
}
.hideMe{visibility:hidden;}


/* ------- DEFINE SPRITES ------- */
.a1, .ftr, .lgl1, .logo1-1, .t2, .t1-1, .t1-2, .glimmer, .logo1-2, .cta1, .a2 { position: absolute; display: inline-block; background: url('img/spr.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; background-repeat: no-repeat; }
 
.a1 { background-position: -1px -0px; width: 510px;height: 190px; }
.ftr { background-position: -1px -51px; width: 320px; height: 6px; }
.lgl1 { background-position: -1px -58px; width: 320px; height: 42px; }
.logo1-1 { background-position: -1px -101px; width: 181px; height: 33px; }
.t2 { background-position: -1px -135px; width: 146px; height: 24px; }
.t1-1 { background-position: -183px -101px; width: 103px; height: 13px; }
.t1-2 { background-position: -183px -115px; width: 103px; height: 8px; }
.glimmer { background-position: -183px -124px; width: 94px; height: 40px; }
.logo1-2 { background-position: -1px -160px; width: 51px; height: 36px; }
.cta1 { background-position: -278px -124px; width: 34px; height: 8px; }
.a2 { background-position: -278px -133px; width: 9px; height: 36px; }



/* ------- POSITION SPRITES ------- */

.a2 {left: 225px; top: 3px; z-index:50;}
.a1 {left: 0px;top: -4px;}
.ftr {left: 0;top: 44px;}
.cta1 {
    left: 91px;
top: 33px;
}
.logo1-1 {
    left: 6px;
top: 9px;
}
.logo1-2 { left: 8px;
top: 5px;}
.t1-1 {
    left: 207px;
top: 11px;
}
.t1-2 {
    left: 207px;
top: 25px;
}
.t2 {
    left: 90px;
top: 4px;
clip: rect(0px,146px,24px,146px);
}


/* ------- OTHER CSS ------- */
.intro-fade {
    position: absolute;
    width: 320px;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 920;
	background:#ffffff;
}

#lgl_btn {
    position:absolute;
    left: 0px;
top: 42px;
width: 50px;
height: 6px;
z-index: 975;
cursor: pointer;
}
#lgl_box {
    left: 0;
top: 52px;
width:320px; height: 40px;
	z-index: 950;
	cursor: pointer;
}
#glimmer-cta-box {
	position: absolute;
	left: 91px;
top: 33px;
width: 34px; height: 8px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 900;
}
#glimmer-cta {
    position: relative;
      top:0px;
      left: -100px;
	  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: 900;
    cursor: pointer;
}
