

.e-product_imageDisplay {
	position: relative;
}
.e-product_imageDisplay .maggl {
	background-color: rgba( 233, 233, 233, 0.4 );
}
.e-product_imageDisplay .maggl,
.e-product_imageDisplay .viewer {
	position: absolute;
	display:none; 
	z-index: 1;
}

.e-product_imageDisplay .viewer {
	border: thin solid lightgrey;
	padding: 5px;
	pointer-events: none;
	cursor: zoom-in;
	background-color: white;
}
