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

.model_panel.model_active-tab-body {
	margin: 3px 0;
	width: 100%;
	height: 120px;
	background: #fff url(../images/modelFlipper_bg.jpg) 0 0 repeat-x;
	display: block;
}

.model_panel li { 
	display: inline;
}

#lincolnModels li {
	margin: 0 14px;
	width: 127px
}

#mercuryModels li {
	margin: 0 23px;
	width: 141px
}

#kiaModels li {
	margin: 0 1px;
	width: 90px;
}

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

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

#model_tabs li {
	float: left;
}

#model_tabs a {
	margin: 0 2px 0 0;
	padding: 2px 0 0;
	width: 106px;
	height: 22px;
	float: left;
	background: transparent url(../images/tab_bg.gif) center center no-repeat;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#model_tabs a.model_active-tab {
	background: transparent url(../images/tab_active_bg.gif) center center no-repeat;
	color: #fff;
}
