html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:300px;
	height:600px;
}

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:300px;
	height:600px;
	border: 1px solid #4ABEE8;
	overflow: hidden;
	background-color: #4ABEE8;
}

.blueLayer{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
	background-color: #4ABEE8;
}

.blueLayer2{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
	background-color: #ff8f37;
	background-color: #ff8f37;
	background-color: #4ABEE8;
}


.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}

#button{
	position: absolute;
    width: 170px;
    height: 44px;
    top: 464px;
    left: 65px;
    cursor: pointer;
}
.orangeBack{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 170px;
    height: 44px;
	border: 0 none;
	background-color: #ff8f37;
	border-radius: 4px;
	cursor: pointer;
}
.iInside{
	position: absolute;
	 font-style: italic;
	top:2px;
	left:7px;
	color:#fff;
}

.infoCircle{
	position: absolute;	 
	top:6px;
	right:7px;
	width: 20px;
    height: 20px;
	
	border: 2px solid #fff;
	background-color: #1f5061;
	border-radius: 50%;
	
}
.infoCorner{
	position: absolute;	 
	top:0px;
	right:0px;
	width: 40px;
  height: 40px;
  cursor: pointer;
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 0px;
  height: 24px;
	border: 0 none;
	background-color: #ca076b;
	cursor: pointer;
}
button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.butShade{
	position: absolute;
	height:16px;
	width: 140px;
	top: 20px;
	left: 10px;
	opacity: 0;
}
.but_text{
	position: absolute;
	top:15px;
	left: 15px;
}

.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:600px;
}
#carHolder{
	position: absolute;
}
#carAll{
	position: absolute;
	top:80px;
	left:10px;
}

.auto_carros_los_F{
	position: absolute;
	top:0px;
}
.auto_wheels_los_F{
	position: absolute;
	top:0px;
}

.velgFront{
	position: absolute;
	top: 120px;
    left: 40px;
}
.velgBack{
	position: absolute;
	top: 119px;
    left: 247px;
}

.bomen,.bomen2{
position: absolute;
top:200px;
}

.bloem{
	position: absolute;

}
.bloem2{
	position: absolute;
	top:60px;
	left:600px;
	
}
.brands{
	position: absolute;
	top:186px;
}

#blockNav{
	position: absolute;
	bottom:170px;
	right:8px;
	width:98px;
	height:10px;
}

.block{
	position: absolute;
	width:30px;
	height:10px;
	border: 1px solid #fff;
	cursor: pointer;
}

#block_1{
	left:0px;
}

#block_2{
	left:34px;
}

#block_3{
	left:68px;
}
.overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
	opacity: .3;
}
.back_1a{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #e6d47a;
}
.back_2a{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #1a1a1a;
}
.back_3a{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #ad1b1e;
}
