/* Stock-list stylesheet */

#vehicle_details_body_wrapper {
	margin: 20px auto 0px auto;
	padding: 10px;
	width: 710px;
	color: #fff;
	background-color: #000;
	border: 1px solid #797979;
}

#vehicle_details_body_wrapper h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fd8402;
	background-color: #000;
}

#content_wrapper {
	width: 710px;
}

#vehicle_details_wrapper {
	width: 685px;
	/*height: 300px;*/
	margin: 0px auto 0px auto;
	border: 1px solid #797979;
	font-size: 12px;
	padding: 10px;
}

#vehicle_details_left_images {
	float: left;
	width: 120px;
	margin-top: 20px;
}

#vehicle_details_left_images img {
	border: 1px solid #797979;
	/*margin-bottom: 21px;*/
	margin-bottom: 2px;
}

#vehicle_details_center_image img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #797979;
}

#vehicle_details_right_images {
	float: left;
	width: 120px;
	margin-top: 20px;
}

#vehicle_details_right_images img {
	border: 1px solid #797979;
	/*margin-bottom: 21px;*/
	margin-bottom: 2px;
}

#image_wrapper {
	position: relative;
	height: 319px;
}

.thumbnail img {
	border: 1px solid #797979;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: 2px solid #fd8402;
}

.thumbnail span {
	position: absolute;
	left: -1000px;
	visibility: hidden;
}

.thumbnail span img {
	border-width: 0;
}

.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 130px;
	z-index: 50;
}




