#content /* Extra specificity to override */
{
  position:relative;
	width:auto;
	padding:0;
	margin:0;
}

#vehicle_gallery {
	position:relative;
	top:25px;
	margin:0px;
	padding:0px;
}

#main_content /* Extra specificity to override */
{
  width:960px;
	height:465px;
	/*background: #698883 url('/img/gallery_bg_halo.jpg') no-repeat;*/
	padding:0;
	margin:0;
	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;
	padding-left: 58px; 
	
}
/*
#gallery_heading
{
	padding: 0px;
	width:232;
	background-color: #74673e;
	border-bottom: solid 2px #ffffff;
	height:18px;
	margin:0px;
}*/
#gallery_filter
{
	/*padding: 0px;
	border:solid 3px #ffffff;
	border-bottom: 0px;
	background-color: #d7d4bb;
	*/
	width:200px;
}

#gallery_filter form{
	color:#222222;
	font-size:10px;
	font-weight:bold;
	height:18px;
	line-height:16px;
	margin-bottom:0pt;
}

#gallery_filter form select
{
	display:inline;
	margin-left:5px;
	color:#222222;
	width: 163px;
	float:right;
}

#gallery_filter form span
{
	display: block;
	float: left;
	margin-top: 1px;
}

#gallery_controls
{
	color:#3A3A17;
	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
{
	position: absolute;
	left: 0px;
	top:0px;
	background:url('/img/gallery_left.gif') repeat-y;
	background-position:center left;
	width:65px;
	height: 14px;
	z-index:4;
}

#gallery_previous:hover
{
	background-image: url('/img/gallery_left_on.gif');
}

#gallery_next
{
	position: absolute;
	right: 0px;
	top:0px;
	background:url('/img/gallery_right.gif') repeat-y;
	background-position:center right;
	width:65px;
	height: 14px;
	z-index:4;
}

#gallery_next:hover
{	
	background-image: url('/img/gallery_right_on.gif');
}

#gallery_controls a:hover
{
	color:#ffffff;
}

#gallery_thumbs
{
	border:1px solid #6D6F72;
	height:345px;
	margin-top:0px;
	overflow:hidden;
	padding-left:3px;
	position:relative;
}

#gallery_thumbs_scrollarea {
	background:url('/img/scroll_back.gif') repeat-y; 
	height: 345px;
	width: 13px;
	position: relative;
	top: 0px;
	left: 180px;
}

#gallery_thumbs_scrollthumb {
	background: transparent url('/img/scroll_thumb.gif') no-repeat scroll top center;
	height: 41px;
	width: 13px;
	cursor: move;
}

#gallery_thumbs_container {
	position: relative;
	top: -365px;
	width: 173px;
	left: 5px;
	padding-top: 1px;
}

.video 
{
	/*background-color:#d7d4bb;*/
	border: 2px solid #ffffff;
	margin: 2px 2px 2px 0px;
	clear: left;
	float:left;
	width:158px;
}

.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:3px 0px 0px 7px;
	width:73px;
}

.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: 280px;
	display: none;
	text-align: right;
}

#enlarged_photo img
{
	border:solid 3px #ffffff;
}

.video ul.misc
{
	display: none;
}

.caption
{
	font-size: 12px;
	width:605px;
	display:block;
	color:#000000;
}

.disclaimer
{
	background-color:#000000;
	bottom:18px;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-style:italic;
	left:3px;
	position:absolute;
	text-align:left;
	width:605px;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}