body {
    height:100%;
    width:100%;
    margin: 0px;
    outline: 0;
}

div,
img,
video {
  position: absolute;
}

#ad {
	position: absolute;
	left:100px;
  width: 300px;
  height: 250px;
  overflow: hidden;     
  background: #e98300;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border:1px solid #e98300;
}
#exit {
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 250px;
    cursor: pointer;
    z-index: 25;
}


.hidden{
	visibility: hidden;
}
	
.visible {
	visibility:visible;
}


.invisible {
  opacity:0;
}

/* - */
:focus,
outline none,
::-moz-focus-inner {
  border: 0;
}




/* end frame */
/* BANNER CSS */
#cover{
	top: 0px;
	left: 0px;
	display: block;
	width: 300px;
	height: 250px;
	background-color: #e98300;
	z-index: 110; 
	
}








/* TEXT CSS*/
#copyLine2_img1,#copyLine2_img2,#copyLine2_img3{
/* overflow:hidden; */
	left:0px; /* ajdust positioning so clip path is aligned properly*/
	width:300px;
	
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 300px 250px;
	background-image:url('../images/art_copy2.png');
	clip:rect(0px 300px 250px 0px);


}
#copyLine2_img1{
	top: 65px;
	height: 17px;
	background-position: left 0px top -65px;
}

#hubcap,.hubcapspin,#hubcapBack{
	width:99px;
	height:99px;
	overflow: hidden;
}
#hubcap{
	 top: 141px;
    left: 166px;
	
}
#hubcapBack{
	     top: 106px;
    left: 216px;
	
}

#hubcap{
	 top: 141px;
    left: 166px;
	
}

.hubcapsprite{
	width:297px;
	height:99px;
}

#copyLine1_img1,#copyLine1_img2,#copyLine1_img3,#copyLine1_img4{
	overflow:hidden;
	left:0px; /* ajdust positioning so clip path is aligned properly*/
	width:300px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: perspective(1000px);
	background-repeat: no-repeat;
	background-size: 300px 250px;
	background-image:url('../images/art_copy1.png');

}

#copyLine1_img1{
	top: 0px;
	height: 32px;
	background-position: left 0px top 0px;
}

#copyLine1_img2{
	top: 32px;
	height: 16px;
	background-position: left 0px top -32px;
}
#copyLine1_img3{
	top: 48px;
	height: 17px;
	background-position: left 0px top -48px;
}

#copyLine1_img4{
	top: 65px;
	height: 17px;
	background-position: left 0px top -65px;
}

#copyLine2_img3{/* "on wheels (period)"*/
	top: 41px;
	height: 25px;/*17px*/
	background-position: left 0px top -41px;


/* ----TEXT CSS--- */

/* CIRCLE */
/*
#bg3{
	width:300px;
	top:0px;

}
*/

#bg2{
	width:300px;
	top:0px;

}

#bg1{
	width:300px;
}


/* end frame */


#cta{
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	clip: rect(0px 400px 250px 0px);
/*
	cursor: pointer;
	z-index: 101;
*/
/* 	 border-left: 1px solid blue;  */
}

.cta_image,.cta_arrow {
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px
}




/*Controller styles */

button {
    cursor:pointer;
}

#controller {
    z-index:2;
    position:absolute;
    display:block;
    padding:20px;
    left:10px;
    top:260px;
    /*background-color:rgba(0, 0, 0, 0.1);*/
}

#slider{
    margin-top:20px;
}