/* styles for magnifier image pairs */

/* style for the DIV that holds the image pair */
.magnifier {
  position: relative;
  overflow: hidden;
}

/* style for the small IMG that appears on the page */
.magsmall {
  position: absolute; 
  top: 0px; 
  left: 0px;
  border-style: none
}

/* style for the large IMG that appears in the magnifier */
.maglarge {
  position: absolute; 
  clip: rect(0px 150px 150px 0px); 
  border-style: none
}


