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

.simpleLens-big-image-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position:relative;
	width:490px;
	height:426px;
	
}

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

	
}

.simpleLens-lens-image {
    /*width: 400px;*/
	width: 430px;
    display: inline-block;
    text-align: center;
    /*margin-left: 130px;*/
	margin-left: 0px;
margin-top: 0px;
    box-shadow:none;
    float:none;
    position:relative;
    /*height: 330px;*/
	height: 360px;
    overflow: hidden;
}

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

.simpleLens-lens-element {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px #f8f8f9;
    height: 400px;
    left: 105%;
    overflow: hidden;
    position: absolute;
    top:0;
    width: 480px;
    z-index: 9999;
    text-align: center;
	
}

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


@media only screen and (min-width: 0px) and (max-width: 679px) {




.simpleLens-container{
    display: table;
    position: relative;
}

.simpleLens-big-image-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position:relative;
	width:auto;
	height:426px;
	
}

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

.simpleLens-lens-image {
    width: auto;
    display: inline-block;
    text-align: center;
    margin:0;
    box-shadow:none;
    float:none;
    position:relative;
    height: 300px;
    overflow: hidden;

}

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

.simpleLens-lens-element {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 2px #f8f8f9;
    height: 400px;
    left: 0%;
    overflow: hidden;
    position: absolute;
    top:0;
    width: auto;
    z-index: 9999;
    text-align: center;
	
}

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

}



