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

.simpleLens-big-image-container {
  position: relative;
  display: table-cell;

  width: 350px;
  height: 300px;

  text-align: center;
  vertical-align: middle;
}

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

.simpleLens-lens-image {
  position: relative;
  display: inline-block;
  float: none;

  width: 350px;
  height: auto !important;
  margin: 0;

  box-shadow: none;

  text-align: center;
}

.simpleLens-mouse-cursor {
  position: absolute;
  top: 0;
  left: 0;

  opacity: .2;
  background-color: #ccc;
  border: 1px solid #999;
  box-shadow: none;

  cursor: none;

  filter: alpha(opacity = 20);
}

.simpleLens-lens-element {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 105%;
  overflow: hidden;

  width: 480px;
  height: 400px;

  background-color: #fff;
  border: 1px solid #edecec;
  box-shadow: none;

  text-align: center;
}

.simpleLens-lens-element img {
  position: relative;
  top: 0;
  left: 0;

  width: auto !important;
  max-width: none !important;
}