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


/* ------- DEFINE SPRITES ------- */

.s1 {
	background: url('img/s1.png') no-repeat;
	position: absolute;
	left: 145px;
	top: 150px;
	width: 20px;
	height: 24px;
}
.s2 {
	background: url('img/s2.png') no-repeat;
	position: absolute;
	left: 268px;
	top: 158px;
	width: 27px;
	height: 28px;
	opacity:.25;
}
.s3 {
	background: url('img/s3.png') no-repeat;
	position: absolute;
	left: 146px;
	top: 218px;
	width: 20px;
	height: 24px;
}
.a1 {
	background: url('img/a1.png') no-repeat;
	position: absolute;
left: 92px;
top: 253px;
width: 53px;
height: 43px;
}
.cta1 {
	background: url('img/cta1.png') no-repeat;
	position: absolute;
left: 174px;
top: 221px;
width: 127px;
height: 19px;
}
.logo1 {
	background: url('img/logo1.png') no-repeat;
	position: absolute;
left: 6px;
top: 173px;
width: 141px;
height: 71px;
}
.t1 {
	background: url('img/t1.png') no-repeat;
	position: absolute;
left: 160px;
top: 158px;
width: 35px;
height: 36px;
}
.t1-2 {
	background: url('img/t1.png') no-repeat;
	position: absolute;
left: 193px;
top: 158px;
width: 95px;
height: 72px;
background-position: -35px -0px;
}
.t2 {
	background: url('img/t2.png') no-repeat;
	position: absolute;
left: 159px;
top: 197px;
width: 122px;
height: 18px;
}



/* ------- POSITION SPRITES ------- */
/*.spr-1 { left: 0px; top:0px; }*/



/* ------- OTHER CSS ------- */
#glimmer-cta-box {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 80px;
	top: 470px;
	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}

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

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