
div.rideSelectorTitle {
	position: absolute;
	top: 70px;
	left: 374px;
	padding-top: 9px;
	padding-left: 8px;
	width: 42px;
	height: 21px;
	
	/* margin-left: auto;
	margin-right: auto; */
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0px solid black; */
	
	background-color: #7D6D20;
	font-size: 10px;
	/* color: #ffffff; */
}

div.rideSelector {
	position: absolute;
	overflow: visible;
	top: 100px;
	left: 373px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 120px;
	/*height: 130px;*/
	/* border-left: 1px solid #ffffff; */
	border-right: 1px solid #ffffff;
	border-top: 1px solid #7D6D20;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	font-size: 10px;
	z-index: 100;
}

div.rideInfoTitle {
	position: absolute;
	top: 150px;
	left: 20px;
	padding: 10px;
	width: 290px;
	height: 20px;
	
	/* margin-left: auto;
	margin-right: auto; */
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0px solid black; */
	
	background-color: #000000;
	font-size: 16px;
	color: #eeeeee;
}

div.rideInfo {
	position: absolute;
	overflow: auto;
	top: 190px;
	left: 20px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	width: 275px;
	height: 188px;
	/* border-left: 1px solid black; */
	/* border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}

div.thumbnails {
    position: absolute;
	top: 400px;
	left: 20px;
	width: 310px;
	height: 50px;
	background-color: #000000;
}

div.bigPic {
	position: absolute;
	top: 150px;
	left: 340px;
	width: 380px;
	height: 290px;
	background-color: #000000;
}
