/*
The size of the static image
*/

#scene7DHTMLViewerFlyout{
position:absolute;
    width: 438px;
	top:10px;

}

.s7flyoutStaticImage {
	height:400px;
    width: 438px;
}

/*
The size of swatches container. Normallty the width should match the width of the static image.
*/
.s7flyoutSwatches {
  width: 438px;
	height : 80px;
	position:relative;
	top:25px;
}

.s7flyoutFlyoutViewOffset {
	left : 12px;
	top : -10px;
	
}

/*
The size of the flyout view. Must not be higher than static image
*/
.s7flyoutFlyoutView {
	height:530px;
    width: 518px;
	z-index: 1000;
}