.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 769px;
	height: 372px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}

.splash-wrapper {
	position: relative; /* Do not change this value */
	float:left;
	width: 970px;
	height: 320px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	z-index:0;
}

.modelcontentwrapper {
	position: relative; /* Do not change this value */
	width: 512px;
	min-height:350px;/* Set height to be able to contain height of largest content shown*/
	
	overflow: hidden;
}

