/* ------- 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: 320px; -webkit-perspective: 320px;
}
.hideMe{visibility:hidden;}


/* ------- DEFINE SPRITES ------- */
.lgl1, .f2-1, .f1-1, .f4-1, .f3-3, 
.f3-1, .f4-2, .f3-2, .l1, .cta1 { display: inline-block; background: url('img/spr.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; position:absolute; overflow: hidden;}
 
.lgl1 { background-position: -2px -0px; width: 261px; height: 17px; }
.f2-1 { background-position: -2px -19px; width: 161px; height: 31px; }
.f1-1 { background-position: -2px -52px; width: 154px; height: 24px; }
.f3-1 { background-position: -2px -78px; width: 104px; height: 37px; }
.f4-1 { background-position: -165px -19px; width: 96px; height: 17px; }
.cta1 { background-position: -165px -38px; width: 94px; height: 39px; }
.f3-2 { background-position: -108px -79px; width: 90px; height: 50px; }
.f3-3 { background-position: -2px -117px; width: 84px; height: 50px; }
.l1 { background-position: -88px -131px; width: 71px; height: 50px; }
.f4-2 { background-position: -161px -131px; width: 66px; height: 50px; }

/* ------- POSITION SPRITES ------- */
.lgl1 { left: 70px;top: 30px;z-index: 990; }
.f1-1 { left: 63px;top: 12px;}
.f2-1 { left: 60px;top: 11px; }
.f3-1 { left: 90px;top: 6px; }
.f3-2 { left: 177px;top: -13px; }
.f3-3 { left: 20px;top: 8px; }
.f4-1 { left: 66px;top: 7px; }
.f4-2 { left: 155px;top: 0px; }
.cta1 { left: 223px;top: 5px; z-index: 610; }
.l1 { left: 0px;top: -3px; z-index: 610;}




/* ------- OTHER CSS ------- */
.bg {
	left: 0px;
	top: 0px;
	width: 320px;
	height: 50px;
	background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
}
.bg-1 {
	left: 0px;
	top: 0px;
	width: 59px;
	height: 50px;
	background-image: url(img/bg.jpg);
	background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}
.bg-2 {
	left: 220px;
	top: 0px;
	width: 99px;
	height: 50px;
	background-image: url(img/bg.jpg);
	background-position: -220px 0px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}

.sheen {
	position: absolute;
	left: -175px;
	top: 0px;
	width: 137px;
	height: 45px;
	overflow: hidden;
	background-image: url('img/sheen.png');
	background-repeat: no-repeat;
}

#glimmer-cta-box {
	position: absolute;
	left: 229px;
	top: 11px;
	width: 83px;
	height: 28px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 900;
}
#glimmer-cta {
    position: relative;
      top:0px;
      left: -85px;
	  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;
}

