/* CSS Document */
.simpleLens-container{
    display: table;
    position: relative;
}
.simpleLens-gallery-container{
   /* height: 850px; */
}
.simpleLens-big-image-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position:relative;
    height: 450px;
    width: 450px;
}

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

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

.simpleLens-mouse-cursor{
	background-color:#FFF;
	opacity:0.2;
	filter: alpha(opacity = 20);
	position:absolute;
	top:0;
	left:0;
	border:1px solid #333;
	cursor:none;
}

.simpleLens-lens-element {
    background-color: #FFFFFF;
    border: 5px solid #afbd22;
    width: 505px;
    height: 440px;
    left: 450px;
    overflow: hidden;
    position: absolute;
    top: 3px;
   
    z-index: 9999;
    text-align: center;
}

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