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


/* ------- DEFINE SPRITES ------- */
.f2-1, .f3-3, .f4-2, .f1-1, .f3-2, 
.l1, .f3-1, .f4-1, .cta1, .f4-2-2 { display: inline-block; background: url('img/spr.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; position:absolute; overflow: hidden;}
 
.f2-1 { background-position: -2px -0px; width: 160px; height: 130px; }
.f3-3 { background-position: -2px -132px; width: 160px; height: 177px; }
.f4-2, .f4-2-2 { background-position: -2px -311px; width: 160px; height: 160px; }
.f1-1 { background-position: -2px -473px; width: 149px; height: 192px; }
.f3-2 { background-position: -2px -667px; width: 148px; height: 144px; }
.l1 { background-position: -2px -813px; width: 144px; height: 108px; }
.f3-1 { background-position: -2px -923px; width: 128px; height: 114px; }
.f4-1 { background-position: -2px -1039px; width: 120px; height: 98px; }
.cta1 { background-position: -2px -1139px; width: 115px; height: 48px; z-index: 610; }

/* ------- POSITION SPRITES ------- */
.f1-1 { left: 5px;top: 164px;}
.f2-1 { left: 0px;top: 174px; }
.f3-1 { left: 19px;top: 219px; }
.f3-2 { left: 6px;top: 95px; }
.f3-3 { left: -12px;top: 340px; }
.f4-1 { left: 21px;top: 175px; }
.f4-2,.f4-2-2 { left: 0px;top: 354px; }
.cta1 { left: 23px;top: 486px; }
.l1 { left: 8px;top: 19px; z-index: 610;}



/* ------- OTHER CSS ------- */
.bg {
	left: 0px;
	top: 0px;
	width: 160px;
	height: 600px;
	background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
}
.bg-1 {
	left: 0px;
	top: 0px;
	width: 160px;
	height: 62px;
	background-image: url(img/bg.jpg);
	background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}
.bg-2 {
	left: 0px;
	top: 507px;
	width: 160px;
	height: 93px;
	background-image: url(img/bg.jpg);
	background-position: 0px -507px;
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index: 600;
}

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

#glimmer-cta-box {
	position: absolute;
	left: 30px;top: 493px;
	width: 102px;
	height: 34px;
	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;
}

