.model_panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	/*shortened
	margin-top:50px;
	*/
}

.model_panel.model_active-tab-body {
	width: 950px;
	height: 110px;
	display: block;
	/*background: transparent;*/
    background: transparent url(../images/scroller_container_bck_short.jpg) 0 0 no-repeat;
	/*
	width: 885px;
	height: 95px;
	display: block;
	background: url(../images/model_bck.jpg) 0 0 repeat-x;
	padding-left:22px;
	*/	
}

#model_tab_bck {
	/*
	background: transparent;margin:0 auto;
	width: 907px;
	height: 28px;
	margin-top:50px;
	*/
	background: url(../images/scroller_tab_bck.jpg) 0 0 repeat-x;
	width: 950px;
	height: 35px;
}

#model_tabs {
	/*
	margin-top: -20px;
	margin-left: 15px;
		height: 38px;
	*/
	height: 35px;
	list-style: none;
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	z-index: 3;
	
	
	
}

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

#model_tabs li {
	float: left;
}

#model_tabs a {
	/*
	margin: 0 2px 0 0;
	width: 83px;
	height: 28px;
	*/
	padding:;
	width: 123px;
	height: 21px;
	float: left;
	border-right:2px solid #ccc;
	background: #5080ca;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: transparent url(../images/model_tab_bck.jpg) 0 0 repeat-x;
font-family: Arial, sans-serif;
	font-weight:bold;
	
	margin:2px 0 0 0;}

#model_tabs a.model_active-tab {
	color: #ffffff;
	background:#aaa;
	height:21px;
	/*
	background: transparent url(../images/actv_tab.jpg) 0 0 repeat-x;
	width: 83px;
	height:28px;
	background:#0495ce;
	*/
	width: 121px;
}

