#vehicle_gallery {
	position:relative;
	margin:0px;
	padding-top:10px;
	background: #000 url(../images/bg_features.gif) repeat-x scroll 0% 0%;
	width:960px;
	height:455px;
}

#main_content /* Extra specificity to override */ {
  width:960px;
	height:465px;
	padding:0;
	margin:0;
	position:relative;
	background-color:#000;
}

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.autoclear { display:inline-block; }
/* Hide from IE Mac \*/
.autoclear { display:block; }
/* End hide from IE Mac */

/*
ORANGE = d48303
TAN = d7d4bb
BROWN = 74673e
TEXT = 3a3a17
*/

#gallery_menu {
	position:relative;
	left:10px;
	top:0px;
	width: 200px;
}
/*
#gallery_heading
{
	padding: 0px;
	width:232;
	background-color: #74673e;
	border-bottom: solid 2px #ffffff;
	height:18px;
	margin:0px;
}
*/
#gallery_filter {
	margin-top:4px;
	padding-top: 2px;
	border:2px solid #000;
	border-bottom: 1px solid #000;
	background: #000 url(../images/dark_carb_fiber.gif) repeat;
	width:196px;
}

#gallery_filter form {
	color:#222222;
	font-size:10px;
	font-weight:bold;
	height:18px;
	line-height:16px;
	margin-bottom:0;
	padding-bottom:2px;
}

#gallery_filter form select {
	display:inline;
	margin-left:5px;
	color:#222222;
	margin-left: 15px;
	width: 163px;
}

#gallery_filter form span {
	display: block;
	float: left;
	margin-top: 1px;
}

#gallery_controls {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	height:12px;
	padding:1px;
	position:relative;
	text-align:center;
	width:98%;
	border-top:1px solid #000;
}

#gallery_previous, #gallery_next {
	text-decoration:none;
	color:#3a3a17;
	font-size:11px;
	font-weight:600;
	margin: 0px 0px 0px 0px;
}

#gallery_previous {
	position: absolute;
	left: 0px;
	top:0px;
	background:url(../images/gallery_left.gif) repeat-y;
	background-position:center left;
	width:65px;
	height: 14px;
	z-index:4;
}

#gallery_previous:hover {
	background-image: url(../images/gallery_left_on.gif);
}

#gallery_next {
	position: absolute;
	right: 0px;
	top:0px;
	background:url(../images/gallery_right.gif) repeat-y;
	background-position:center right;
	width:65px;
	height: 14px;
	z-index:4;
}

#gallery_next:hover {	
	background-image: url(../images/gallery_right_on.gif);
}

#gallery_controls a:hover {
	color:#fff;
}

#gallery_thumbs {
	border:2px solid #000;
	border-top:0;
	height:368px;
	margin-top:0px;
	overflow:hidden;
	padding-left:3px;
	position:relative;
	background: url(../images/lite_carb_fiber.gif) repeat;
}

#gallery_thumbs_scrollarea {
	position: relative;
	background:url(../images/scroll_back.gif) repeat-y; 
	height: 356px;
	width: 13px;
	top: 7px;
	left: 178px;
}

#gallery_thumbs_scrollthumb {
	background: transparent url(../images/scroll_thumb.gif) no-repeat scroll top center;
	height: 41px;
	width: 13px;
	cursor: move;
}

#gallery_thumbs_container {
	position: relative;
	top: -365px;
	width: 178px;
	left: 0px;
	padding-top: 5px;
}

.video {
	/*background-color:#d7d4bb;*/
	border: 1px solid #fff;
	margin: 2px 2px 2px 0px;
	clear: left;
	float:left;
	width:168px;
}

.video:hover, #gallery_thumbs .at {
	border-color: #ff0000;
}

.video img {
	float: left;
	margin: 4px;
	border: 1px solid #fff;
}

.video p {
	margin: 2px 2px 0px 0px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:52px;
}

.video a, .video a:visited {
	color: #fff;
	text-align : center;
}

.photo {
	border:1px solid #fff;
	float:left;
	width: 82px;
	margin:2px 2px 0px 0px;
}

.photo:hover {
	border-color: #ff0000;
}
.photo img {
	border:none;
	margin:1px 2px 1px 1px;
	vertical-align: middle;
}

#video_player {
	position: absolute;
	top: 0px;
	left: 210px;
	visibility: hidden;
	height: 405px;
	width: 720px;
}

* html #video_player {
  top: 4px;
}

*+html #video_player {
  top: 4px;
}

#enlarged_photo {
	position: absolute;
	top: 0px;
	left: 210px;
	display: none;
	text-align: right;
}

* html #enlarged_photo {
  top: 3px;
}

*+html #enlarged_photo {
  top: 3px;
}

#enlarged_photo img {
	border: 3px solid #000;
}

.video ul.misc {
	display: none;
}

.caption {
	position:relative;
	font-size:12px;
	width:715px;
	height:18px;
	display:block;
	color:#fff;
}

.disclaimer {
	position:relative;
	background-color:#000;
	left:3px;
	bottom:21px;
	color:#fff;
	display:block;
	font-size:10px;
	font-style:italic;
	position:absolute;
	text-align:left;
	width:715px;
	height:auto;
	min-height:14px;
	padding: 3px 5px 3px 5px;
}

.opaque {
	opacity: .5;
	/*filter: alpha(opacity=50);*/
}
