#panles{
	width:1170px;
	height:615px;
	position: relative;
	overflow:hidden;
	background: white;
	margin:0 auto;
}
.panelHolder{
	float:left;
	position: relative;
	padding-right:0px;
	width:140px;
	height:676px;
	overflow:hidden;

}
.panelHolder.last{ padding-right: 0px;}
.contentHolder{
	float:left;
	position: relative;
	background:white;
	width:470px;
}
.tab{
	width:140px;
	position: absolute; 
	z-index: 1;
}
.model{
	position: absolute; 
	opacity: 0; 
	width:100%;
	height:615px;
}
.panelTitle.last{
	padding: 0;	
}
.active.panelHolder{
	width: 470px;
}
.active .tab{
	opacity: 0;
}
.active .model{
	visibility: visible;
	z-index: 0;
	opacity: 1;
}
/*
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#panles{
		display: none;
	}
}
*/
