div.tagline{
	font-size:32px;
	position:relative;
}

div#yourCar{
	border:1px solid red;
	background-color:black;
	padding-left:4px;
	padding-top:4px;
	padding-right:24px;
	background-image:url(../images/arrow-up.jpg);
	background-position:100% 50%;
	background-repeat:no-repeat;
	cursor:default;
	font-style:normal;
	font-size:14px;
	position:absolute;
	top:62px;
	left:270px;
	bottom:0px;
	height:22px;
	min-width:96px;
}

ul#carList{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-left:-5px;
	position:absolute;
	border:1px solid red;
	background-color:black;
	top:26px;
	display:none;
	z-index:2;
	font-size:14px;
	font-style:normal;
	width:100%;
	overflow:hidden;
}

ul#carList a{
	display:block;
	color:white;
	text-decoration:none;
	background-color:transparent;
	padding:4px;
	padding-right:16px;
	cursor:default;
}

ul#carList li:hover{
	background-color:#151515;
}

div#overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	display:none;
}

img#load{
	position:absolute;
	top:68px;
	left:400px;
	display:none;
}