body{
	background-color: white;
	margin:0;
}
img {
	border:0;
}
noscript{
	position: absolute;
	top: 0; 
	left: 0;
	width: 300px; 
	height: 250px;
	z-index: 1000;
}
.ad-container {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: black;
}
.ad-container a{
	width: 300px;
	height: 250px;
	position: absolute;
	overflow: hidden;
}
#logo{
	display: none;
	opacity: 0;
	background: url("logo.png") no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 201px;
	left: 251px;
}
.ad-container a{
	text-decoration: none;
}
#car-images {
	position: absolute;
	top: 14px;
	height:111px;
	width:300px;
	overflow:hidden;
}
#car-01, #car-02, #car-03 {
	position:absolute;
	opacity:0;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
#copy1{
	position: absolute;
	top: 140px;
	left: -360px;
}
#copy2{
	position: absolute;
	top: 140px;
	left: -360px;
}
#copy3{
	position: absolute;
	top: 140px;
	left: -360px;
}
#ctaBtn{
	background-image: url(cta_explore.png);
	position: absolute;
	background-repeat: no-repeat;
	top: 210px;
	left: -200px;
	width: 103px;
	height: 25px;
	z-index: 1000;
	background-position: bottom;
}
#ctaBtn:hover
{
	background-position: top;
}
#border-top {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 1px; 
	z-index: 9000; 
	background-color: rgb(0, 0, 0);
}

#border-left {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1px; 
	height: 100%; 
	z-index: 9000; 
	background-color: rgb(0, 0, 0);	
}

#border-right {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 1px; 
	height: 100%; 
	z-index: 9000; 
	background-color: rgb(0, 0, 0);	
}

#border-bottom {
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	width: 100%; 
	height: 1px; 
	z-index: 9000; 
	background-color: rgb(0, 0, 0);	
}

@-webkit-keyframes blur-out {
    0% { 
    	-webkit-filter: blur(15px);
    	filter: blur(15px);    
	}
    100% { 
    	-webkit-filter: blur(0px);
    	filter: blur(0px);
	}
}

@keyframes blur-out {
    0% { 
    	-webkit-filter: blur(15px);
    	filter: blur(15px);    
	}
    100% { 
    	-webkit-filter: blur(0px);
    	filter: blur(0px);
	}
}

.blur-out {
    -webkit-animation: blur-out 0.4s ease-in 0.3s 1 normal forwards;
    animation: blur-out 0.4s ease-in 0.3s 1 normal forwards;
}
