#rotationStage {
	position: relative;
	/* float: right; */
	top: 0;
	width:674px;
	height: 300px;
}

#rotationStage .images {
	left: -55px;
	bottom: 0;
	position: absolute;
	display: none;
}

#rotationStage .image {
	left: 0;
	bottom: 0;
	position: absolute;
	display: none;
}

#rotationStage .fallback {
	font-size: 15px;
	line-height: 17px;
}

.fallback {
	font-weight: bold;
	color: #fbffff;
	visibility: hidden;
	position: absolute;
	font-family: 'AudiTypeExtendedBold', sans-serif;
}

#renderContainer {
	position: absolute;
	height: 300px;
	left: 0px;
	top: 0px;
	width: 638px;
}

#rotationStage .exteriorBkg {
	position: absolute;
	top: 50px;
	left: -112px;
	width: 658px;
	height: 150px;
	background: url(../img/horizont.png) no-repeat;
}

#rotationStage .exterior {
	position: absolute;
	top: 30px;
	left: 100px;
	width: 440px;
	height: 247px;
}

.cabrioCtrls,.showView,.rotationCtrls .dashboard {
	display: none;
}

.turnleftImg,.turnrightImg {
	position: relative;
	bottom: 0px;
}

.turnLeft {
	position: absolute;
	left: 20px;
	bottom: 0;
	cursor: pointer;
}

.turnRight {
	position: absolute;
	right: 20px;
	bottom: 0;
	cursor: pointer;
}

.rotationCtrls {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0px;
	bottom: 30px;
}

.viewCtrls {
	width: 580px;
	padding: 3px 0px;
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: #FFFFFF;
	line-height: 16px;
}

.viewCtrls div {
	/* float: left; */
	margin-right: 15px;
}

.viewCtrls .iconJumper {
	margin-bottom: 0;
	line-height: 16px;
	background-position: left 5px;
}

#fullScreenLayer .viewCtrls {
	padding: 3px 10px;
	bottom: 0px;
	color: #000000;
}

#fullScreenLayer {
	width: 970px;
	height: 669px;
}

#fullScreenLayer #renderContainerFS {
	position: absolute;
	left: 12px;
	top: 20px;
	width: 945px;
	height: 625px;
	z-index: 3001;
}

#fullScreenLayer .interior, #fullScreenLayer .dashboard {
	position: absolute;
	left: 23px;
	top: 40px;
}

#fullScreenLayer .dimensionsContainer .scrollPane {
	height: 612px;
}

.loadingIndicator { 
	position: absolute;
	display: none;
	z-index: 5000;
	background: url(../img/busy.gif);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 42px;
	width: 29px;
}

.loadingIndicator .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#rotationStage .loadingIndicator {
	left: 306px;
	top: 129px;
}

#fullScreenLayer .loadingIndicator {
	left: 471px;
	top: 311px;
}

.interior, .dashboard {
	display: block;
}

#additionalInformation {
	position: absolute;
	bottom: 15px;
	right: 0;
	float: right;
}

