

aside{
	width:240px;
	margin-top: 10px;
	font-family:sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}


#lower{
	position:relative;
	width:745px;	
	margin-top: 10px;
}

#lower>#left{
	position:relative;
	width:360px;	
	float:left;
}

#lower>#right{
	position:relative;
	width:375px;
	float:left;
	margin-left: 10px;
	
}

#car{
	position:relative;
	width:745px;
	height:300px;
	margin-top:10px;
}


#carText{
	position:absolute;
	width:190px;
	background-color:#607D8B;
	height:290px;color:#FFF;
	font-size:1.1em;
	font-family:Raleway;
	padding:5px;
	z-index:10;
}

#carHead{
	font-weight:bold;
	padding-top:20px;	
}

#carBlurb{
	font-weight:bold;
	font-weight:normal;
	font-size:0.8em;
}

#carImgDiv{
	margin-left:130px;
	width:615px;
	z-index:1;
}

#carText:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	left:200px;
	top:40px;
	border: 20px solid transparent;
	border-left-color: #607D8B;
}

.galleryPanel{
	float:left;
	height:60px;
	width:70px;
	background-color:#ddd;
	text-align:center;
	border:2px solid white;
}

.galleryImg{
	position: relative;
	width:60px;
	height:50px;
	margin-top:5px;
	cursor: pointer;
}

.galleryResizeImg{
	position: relative;
	width:60px;
	height:50px;
	border: 1px solid #666;
	
}

#gall{
	position: absolute;
	display:none;
	background-color: #d8e6ed;
	border-radius: 5px;
}

#darkRoom{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100vh;
	background-color: black;
	z-index:98;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#closeMe{
	position:absolute;
	right:-8px;
	top:-8px;
	z-index:101;		
	cursor: pointer;
}

#prev{
	position:absolute;
	left:-8px;
	top:50%;
	z-index:101;		
	cursor: pointer;
}

#next{
	position:absolute;
	right:-8px;
	top:50%;
	z-index:101;		
	cursor: pointer;
}

#monitor{
    position:absolute;
    width:100px;
    margin:auto;
    height:15px;
    bottom:10px;
    left:50px;
    text-align: center;
}

.cars{
    margin-left:2px;
    margin-right:2px;
    cursor:pointer;
}

