#panles {
    width: 1140px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: white;
    border: 5px solid #DCB779;
    border-radius: 2px;
}
.panelHolder{
	float:left;
	position: relative;
	width:46px;
	height:400px;
	overflow:hidden;
	background:white;
}
.contentHolder{
	float:left;
	position: relative;
	background:white;
	width:1140px;
}
.tab {
    width: 46px;
    position: absolute;
    z-index: 1;
    border-left: 2px solid rgba(235, 212, 168, 0.58);
}
.model{
	position: absolute; 
	opacity: 0; 
	width:100%;
	height:400px;
}
.panelTitle.last{
	padding: 0;	
}
.active.panelHolder{
	width: 990px;
}
.active .tab{
	opacity: 0;
}
.active .model{
	visibility: visible;
	z-index: 0;
	opacity: 1;
}