.model_panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
}

.model_panel.model_active-tab-body {
	width: 928px;
	height: 78px;
	padding-top: 0px;
	display: block;
	background: transparent url(../images/bg_modelScroller.jpg) 0 0 no-repeat;
}

.model_panel li { 
	display: inline;
	width: 105px;
	height: 78px;
	margin-right: 70px;
}

#fordTrucks li {
	margin-right: 40px;
}

#fordCars li {
	margin-right: 43px;
}

#bg_model_tabs {
	background: url(../images/bg_modelTabs.jpg) top left no-repeat;
	width: 928px;
	height: 39px;
}

#model_tabs {
	height: 28px;
	list-style: none;
	text-align: center;
	float: left;
	display: inline;
	position: absolute;
	z-index: 3;
}

.model_panel .firstVehicle {
	margin-left: 20px;
}

#firstTab {
	/*border-left: #959595 solid 1px;*/
}

#model_tabs li {
	float: left;
	line-height: 25px;
	font-weight: bold;
}

#model_tabs a {
	margin: 0 0 0 0;
	padding: 0;
	width: 86px;
	height: 28px;
	float: left;
	background: transparent url(../images/tab_off.jpg) center center no-repeat;
	text-decoration: none;
	color: #000;
	font-size: 13px;
}

#model_tabs a.model_active-tab {
	background: transparent url(../images/tab_on.jpg) center center no-repeat;
	height: 29px;
	color: #fff;
}

