/* CSS Document */
.simpleLens-container{
    display: table;
    position: relative;
}

.simpleLens-big-image-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position:relative;
    height: 100%;
    width: 100%;
    background-color: #CCC;
}

.simpleLens-big-image {
    max-width: 100%;
}

.simpleLens-lens-image {
    height: auto !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin:0;
    box-shadow:none;
    float:none;
    position:relative;
}

.simpleLens-mouse-cursor{
	background-color:rgb(177,​ 206,​ 140);
	opacity:0.6;
	filter: alpha(opacity = 80);
	position:absolute;
	top:0;
	left:0;
	border:1px solid red;
	box-shadow:0 0 1px 1px #999;
	cursor:none;
}

.simpleLens-lens-element {
    background-color: #FFFFFF;
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.simpleLens-lens-element img{
    position:relative;
    top:0;
    left:0;
    width:auto !important;
    max-width:none !important;
}