/* ------- BANNER SETUP ------- */
body, html{margin:0; padding:0;}
#wrapper{
  width:160px; height:600px;
  overflow:hidden; background:#ffffff;
  position:absolute;
}
#content{
  width:160px; height:600px;
  position:relative; top:0; left:0;
  perspective: 160px; -webkit-perspective: 160px;
}
.hideMe{visibility:hidden;}


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

.l1 {
	left: 18px;
top: 514px;
width: 129px;
height: 50px;
    background-image: url(img/l1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}
.cta1 {
	left: 9px;
top: 369px;
width: 141px;
height: 36px;
    background-image: url(img/cta1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}

.t1 {
	left: 10px;
top: 224px;
width: 142px;
height: 106px;
    background-image: url(img/t1.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
	clip: rect(0px 224px 106px 0px);
}
.t2 {
	left: 10px;
top: 224px;
width: 121px;
height: 76px;
    background-image: url(img/t2.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
	clip: rect(0px 224px 121px 0px);
}
.t3 {
	left: 10px;
top: 223px;
width: 120px;
height: 107px;
    background-image: url(img/t3.png);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:300;
}


/* ------- ART SPRITES ------- */
.r1 {background-image: url(img/r1.svg);}
.r2 {background-image: url(img/r2.svg);}
.r3 {background-image: url(img/r3.svg);}
.r4 {background-image: url(img/r4.svg);}
.r5 {background-image: url(img/r5.svg);}

.r1, .r2, .r3, .r4, .r5 {
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:100;
	opacity:.6;
	width: 160px; height: 600px; left: 0px;top: 0px;
}
.car-w {
	left: 8px;
	top: 65px;
	width: 60px;
	height: 44px;
	background-image: url(img/car-w.svg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 200;
	opacity:.3;
}
.car-w-shad {
	left: 20px;
	top: 125px;
width: 40px;
height: 9px;
    background-image: url(img/car-w-shad.svg);
    background-repeat: no-repeat;
    display: block;
	position:absolute;
	z-index:200;
	opacity:.3;
}

/* ------- POSITION SPRITES ------- */
.c-b2 { z-index:110; }


/* ------- OTHER CSS ------- */

.bg-b-1 {
	width: 160px;
    height: 600px;
    display: block;
	position:absolute;
	z-index:0;
	background-color:#145aff;
	left: 0px;
	top: 0px;
}

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

/* ------- BORDER ------- */
#brdr-t, #brdr-b {
	width:160px;
	height:1px;
	background-color:#000000;
	z-index:950;
}
#brdr-l, #brdr-r {
	width:1px;
	height:600px;
	background-color:#000000;
	z-index:950;
}
#brdr-t {left:0px; top:0px; position:absolute;}
#brdr-b {left:0px; top:599px; position:absolute;}
#brdr-l {left:0px; top:0px; position:absolute;}
#brdr-r {left:159px; top:0px; position:absolute;}
