/* ------- 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 ------- */


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




/* ------- OTHER CSS ------- */
.l1 {
	position: absolute;
	left: 8px;
	top: 2px;
	width: 39px;
	height: 43px;
	overflow: hidden;
	background-image: url('img/l1.png');
}
.p1 {
	position: absolute;
	left: 174px;
	top: 3px;
	width: 39px;
	height: 53px;
		overflow: hidden;
	background-image: url('img/p1.png');
}
.t1-1 {
	position: absolute;
	left: 62px;
	top: 6px;
	width: 98px;
	height: 36px;
		overflow: hidden;
	background-image: url('img/t1-1.png');
}
.lgl1 {
	position: absolute;
	left: 275px;
	top: 40px;
	width: 39px;
	height: 7px;
	overflow: hidden;
	background-image: url('img/lgl1.png');
}

.cta {
	position: absolute;
	left: 217px;
	top: 16px;
	width: 96px;
	height: 16px;
	overflow: hidden;
}
.cta-t1 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 96px;
	height: 16px;
	overflow: hidden;
	background-image: url('img/cta1.png');
	background-repeat: no-repeat;
}
.sheen {
	position: absolute;
	left: -75px;
	top: 0px;
	width: 70px;
	height: 23px;
	overflow: hidden;
	background-image: url('img/sheen.png');
	background-repeat: no-repeat;
}


/* ------- BOXES ------- */
.box-1-r {
	position: absolute;
	left: 0;
	top: 0;
	width: 53px;
	height: 50px;
	background-color: #d21e44;
	overflow: hidden;
}
.box-2-b {
	position: absolute;
	left: 55px;
	top: 0;
	width: 113px;
	height: 50px;
	background-color: #00afd4;
}
.box-3-g {
	position: absolute;
	left: 170px;
	top: 0;
	width: 150px;
	height: 50px;
	background-color: #accb40;
}

#glimmer-cta-box {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 140px;
	top: 200px;
	border-width: 0px;
	border: 0px solid transparent;
	overflow: hidden;
	z-index: 900;
}
#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;
}
