#content /* Extra specificity to override */
{
  position:relative;
	width:auto;
	padding:0;
	margin:0;
}

#vehicle_gallery {
	position:relative;
	top:10px;
	margin:0px auto;
	padding:0px;
	width:960px;
}

#main_content /* Extra specificity to override */
{
  width:960px;
	height:465px;
	/*background: #698883 url('/img/gallery_bg_halo.jpg') no-repeat;*/
	padding:0x;
	margin:0px auto;
	position:relative;
}

*+html #main_content
{
  height:475px;
  background-position: 0 10px;
}

* html #main_content
{
  height:475px;
  background-position: 0 10px;
}

.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
{
	width: 200px;
	margin: 10px; 
}
/*
#gallery_heading
{
	padding: 0px;
	width:232;
	background-color: #74673e;
	border-bottom: solid 2px #ffffff;
	height:18px;
	margin:0px;
}
*/
#gallery_filter
{
	background-color:#333333;
	border:1px solid #333333;
	padding:12px 10px;
	width:232;
}

#gallery_filter form{
	color:#222222;
	font-size:9px;
	font-weight:bold;
	height:30px;
	line-height:16px;
	margin-bottom:0pt;
}

#gallery_filter form select
{
	display:inline;
	margin-left:5px;
	color:#222222;
	margin-left: 8px;
	width: 163px;
}

#gallery_filter form span
{
	display: block;
	float: left;
	margin-top: 1px;
}

#gallery_controls {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:12px;
	padding:1px;
	position:relative;
	text-align:center;
	width:98%;
}

#gallery_previous, #gallery_next
{
	text-decoration:none;
	color:#3a3a17;
	font-size:11px;
	font-weight:600;
	margin: 0px 0px 0px 0px;
}

#gallery_previous
{
	background:transparent url('/img/feature_left_arrow.gif') no-repeat scroll left center;
	left:0px;
	padding-left:10px;
	position:absolute;
	top:2px;
}

#gallery_previous:hover
{

}

#gallery_next
{
	background:transparent url('/img/feature_right_arrow.gif') no-repeat scroll right center;
	padding-right:10px;
	position:absolute;
	right:0px;
	top:2px;
}

#gallery_next:hover
{	

}

#gallery_controls a:hover
{
	color:#ffffff;
}

#gallery_thumbs
{
	border:1px solid #6D6F72;
	height:339px;
	margin-top:0px;
	overflow:hidden;
	padding-left:3px;
	position:relative;
}

#gallery_thumbs_scrollarea {
	background:url('/img/scroll_track.gif') repeat-y; 
	height: 339px;
	width: 13px;
	position: relative;
	top: 0px;
	left: 175px;
}

#gallery_thumbs_scrollthumb {
	background: transparent url('/img/scroll_thumb.gif') no-repeat scroll top center;
	height: 22px;
	width: 13px;
	cursor: move;
}

#gallery_thumbs_container {
	position: relative;
	top: -356px;
	width: 178px;
	left: 0px;
	padding-top: 1px;
}

.video 
{
	/*background-color:#d7d4bb;*/
	border: 2px solid #ffffff;
	margin: 2px 2px 2px 0px;
	clear: left;
	float:left;
	width:170px;
}

.video:hover, #gallery_thumbs .at
{
	border-color: #d48303;
}

.video img
{
	float: left;
	margin: 4px;
	border: 1px solid #FFFFFF;
}

.video p
{
	margin: 2px 2px 0px 0px;
	color:#3a3a17;
	font-size:11px;
	font-weight:bold;
	height:52px;
}

.video a, .video a:visited
{
	color: #74673d;
	text-align : center;
}

.photo{
	border:1px solid #74673D;
	float:left;
	margin:2px 2px 0px 0px;
	width:82px;
}

.photo:hover{
	border-color: #ffffff;
}
.photo img {
	border:none;
	margin:1px 2px 1px 1px;
}

#video_player
{
	position: absolute;
	top: 0px;
	left: 220px;
	visibility: hidden;
	height: 410px;
	width: 720px;
}

#enlarged_photo
{
	position: absolute;
	top: 0px;
	left: 220px;
	display: none;
	text-align: right;
}

#enlarged_photo img
{
	border:solid 3px #ffffff;
}

.video ul.misc
{
	display: none;
}

.caption {
	position:relative;
	font-size:12px;
	width:715px;
	height:18px;
	display:block;
	color:#000;
}

.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:710px;
	height:auto;
	min-height:14px;
	padding: 2px 5px 2px 5px;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}


/*additional style*/
#content{margin-left:10px; margin-right:10px}