/*
The size of the static image
*/

#scene7DHTMLViewerFlyout{
position:absolute;
    width: 438px;
	top:70px;
}

.s7flyoutStaticImage {
	height:350px;
    width: 438px;
}

/*
Horizontal offest of the top left flyout view corner from the top right static image corner. Negative values for "top" are permitted.
*/
.s7flyoutFlyoutViewOffset {
	left : 12px;
	top : -70px;
	
}

/*
The size of the flyout view. Must not be higher than static image
*/
.s7flyoutFlyoutView {
	height:550px;
    width: 518px;
	z-index: 1000;
}

/*
The size of swatches container. Normallty the width should match the width of the static image.
*/
.s7flyoutSwatches {
  width: 438px;
	height : 80px;
	position:relative;
	

}

