.content {
	background-color: #FFFFFF;
	margin: 0px;
}
#vehPhoto {
    width: 100%;
	text-align: center;
}
#mainVehiclePhoto {
}
#vehSlideshowContainer {
	position: relative;
	text-align: center;
	padding-bottom: 12px;
}
#vehSlideshow {
	width: 248px;
	height: 57px;
	overflow: hidden;
}
#vehSlideshow div#leftArrow, #vehSlideshow div#rightArrow {
	width: 16px;
	cursor: pointer;
	cursor: hand;
	float: left;
}
#vehSlideshow div#vehThumbnails {
	float: left;
}
#vehSlideshow div#vehThumbnails table {
	margin-right: 4px;
}
#vehSlideshow div#vehThumbnails td {
	vertical-align: top;
	padding: 4px 0px 0px 4px;
}
#vehSlideshow div#vehThumbnails img {
	cursor: pointer;
	cursor: hand;
}
#vehSlideshow div#vehThumbnails td#afterIndicator {
	padding-left: 0px;
}
#vehSlideshow div#vehThumbnails td#vehIndicator {
	padding: 0px 1px 0px 0px;
}
#vehSlideshow div#vehThumbnails td#vehIndicator div#indicatorBorder3 {
	width: 65px;
	height: 49px;
	overflow: hidden;
}
#vehSlideshowContainer div#vehCounter {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 60px;
	z-index: 10;
}