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

}
.panelHolder.last{ padding-right: 0px;}
.contentHolder{
	float:left;
	position: relative;
	background:white;
	width:470px;
}
.tab{
	width:250px;
	position: absolute; 
    z-index: 1;
    height: 615px;
}
.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;
}

.index-body-product{
    background: #ffffff;
}