.simpleLens-container {
	display: table; position: relative;
}
.simpleLens-big-image-container {
	width: 450px; height: 450px; text-align: center; vertical-align: middle; display: table-cell; position: relative;
}
.simpleLens-big-image {
	height: auto; max-width: 100%;
}
.simpleLens-lens-image {
	margin: 0px; width: 450px; height: auto !important; text-align: center; float: none; display: inline-block; position: relative; box-shadow: none;
}
.simpleLens-mouse-cursor {
	border: 1px solid rgb(153, 153, 153); border-image: none; left: 0px; top: 0px; position: absolute; cursor: none; opacity: 0.3; box-shadow: 0px 0px 1px 1px #999; background-color: rgb(204, 204, 204);
}
.simpleLens-lens-element {
	left: 105%; top: 0px; width: 300px; height: 300px; text-align: center; overflow: hidden; position: absolute; z-index: 9999; box-shadow: 0px 0px 1px 1px #cdcdcd; background-color: rgb(255, 255, 255);
}
.simpleLens-lens-element img {
	left: 0px; top: 0px; width: auto !important; position: relative; max-width: none !important;
}
