body{
	background-color:#1e1e1e;
	margin:0px;
	overflow:hidden;
}

#mainContainer{
	overflow: hidden;
}

.boxExtended{
	width:3000px !important;
	position:absolute !important;
}

.box>img{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top:-38%;
	

}

.focusout{
	
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);

}

.focusin{
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}

.focusoutmore{
	
	filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);

}

#cars2012{
	width:100%;
	float:left;
	position:absolute;
	top:200px;
	left:0px;
	height:200px;
	
}

#cars2012 > .timelineBoxContainer {
	float: left;
	position: relative;
	height: 250px;
	left: 50%;
	margin-left: -416px;
}

#cars2012>.timelineLabel{
	position:absolute;
	top:5px;
	right:20px;
	font-family:sans-serif;
	font-size:54px;
	color:#F1F1F1;
}

#cars2012 > .timelineBoxContainer > .box {
	background-color: #F1F1F1;
	width: 108px;
	height: 108px;
	margin-right: 150px;
	float: left;
	position: relative;
	top: 108px !important;
}

.timelineBox{
	
}


#cars2000{
	width:100%;
	float:left;
	position:absolute;
	top:200px;
	left:0px;
	height:200px;
}

#cars2000>.timelineBoxContainer{
	float: left;
position: relative;
height: 250px;
left: 50%;
margin-left: -416px;
}

#cars2000>.timelineBoxContainer>.box{
	background-color: #F1F1F1;
width: 108px;
height: 108px;
margin-right: 150px;
float: left;
position: relative;
top: 108px !important;
}

#cars2000>.timelineLabel{
	position:absolute;
	top:5px;
	right:20px;
	font-family:sans-serif;
	font-size:54px;
	color:#F1F1F1;
}

#cars1988{
	width:100%;
	float:left;
	position:absolute;
	top:200px;
	left:0px;
	height:200px;
}

#cars1988>.timelineBoxContainer{
	float: left;
position: relative;
height: 250px;
left: 50%;
margin-left: -416px;
}

#cars1988>.timelineBoxContainer>.box{
	background-color: #F1F1F1;
width: 108px;
height: 108px;
margin-right: 150px;
float: left;
position: relative;
top: 108px !important;
}

#cars1988>.timelineLabel{
	position:absolute;
	top:5px;
	right:20px;
	font-family:sans-serif;
	font-size:54px;
	color:#F1F1F1;
}


#buttonContainer {
width: 350px;
height: 50px;
position: absolute;
bottom: 100px;
left: 50%;
margin-left: -130px;
}

#forwardBtn{
	width:150px;
	height:35px;
	position:relative;
	float:left;
	font-size:15px;
	line-height:34px;
	text-align:center;
	border:1px solid #000;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	font-family:sans-serif;
}

.btn{
	margin-right:10px;
	width:150px;
	height:35px;
	position:relative;
	float:left;
	font-size:15px;
	line-height:34px;
	text-align:center;
	border:1px solid #000;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	font-family:sans-serif;
}
