@charset "utf-8";

/* ------------Search Form------------*/

#search_bg {
	width: 248px;
	height: 300px;
	background: transparent url(../images/search_container.jpg) 0 0 no-repeat;
}

#searchform {
	margin: 40px 0 0;
}

#searchform label {
	width: 70px;
}

#searchform #button {
	margin: 0;
	width: 96px;
	height: 27px;
	background: #fff url(../images/btn_search.jpg) 0 0 no-repeat;
	border: none;
	letter-spacing: 999em;
	text-indent: -9999em;
	display: inline;
	cursor:pointer;
}

/* ------------Homepage Buttons------------*/

#btn_trade_split, #btn_schedule_split {
	margin-left: 15px;
}
#btn_trade_split, #btn_quote_split {
	margin-bottom: 5px;
}
 
#btn_valuetrade {
	margin-bottom: 8px;
}

#btn_preowned {
	padding: 0 40px;
}
#btn_testimonials, #btn_preowned, #btn_accessories {
	margin: 10px 0;
}

/* ------------Model Scroller------------ */

#modelPanel_container {
	margin: 3px 0;
	width: 100%;
	height: 150px;
	float:left;
}

#flashContainer {
	width: 360px;
	height: 229px;
	float:left;
	overflow: hidden;
}

/* ------------ Front Page Scroller -------------- */
/*
#videoPlayerContainer {
	margin: 0 0 0 15px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 227px;
	float: left;
	display: inline;
}
*/

#videoPlayerContainer  {
	margin: 0 0 0 15px;
	width:164px;
	height:229px;
	display:inline;
	float:left;
	position: relative;
	left:0;
	top:0;
	overflow: hidden;
}

#videoPlayerContainer div {
	width: 164px;
	height: 112px;
	overflow: hidden;
}

#videoPlayerContainer img {
	width: 164px;
	height: 112px;
}

#videoPlayerContainer .first {
	margin-bottom: 5px;
}

#videoColumn {
	position: absolute;
	width: 164px;
	top: 0;
	left: 0;
}

#videoColumn li {
	margin-bottom: 5px;
	width: 164px;
	height: 92px;
}

#scroll-container {
	margin-top: 0;
	position: relative;
	width: 164px;
	left: 0px;
	top: 0px;
}

#content {
	position: absolute;
	top: 20px;
	left: 0;
	width: 164px;
	overflow: hidden;
	padding-bottom: 10px;
	clip: rect(0px, 164px, 187px, 0px);
}

#content p:first-child {
	margin-top: 0;
}

#track {
	position: absolute;
	left: 0;
	top: 15px;
	width: 164px;
	height: 187px;
	background: #ffde9f;
	display: none;
}

#handle {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 10px;
	background: #ffa600;
	display: none;
}

#button-up {
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
	height: 17px;
	background: transparent url(../images/video_scroller_top.gif) 0 0 no-repeat;
	cursor: pointer;
}

#button-down {
	position: absolute;
	top: 209px;
	left: 0;
	width: 164px;
	height: 17px;
	background: transparent url(../images/video_scroller_bottom.gif) 0 0 no-repeat;
	cursor: pointer;
}

/* ------------ /Front Page Scroller -------------- */


