/* CSS Document */
img.simlezoom {
 border: 0px ;
 }
.lensDiv {
  overflow:hidden;
  position: absolute;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  cursor: crosshair;
  -moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
  width:100px;
  height:100px;
  z-index:10;
}
.stageDiv {
  overflow:hidden;
  position: absolute;
  border: 1px #dddddd solid;
  background-color: #ffffff;
  cursor: none;
  left: 40px;
  top: 206px;
  width:389px;
  height:451px;
}
.loadedDiv {

  z-index: 10;
  overflow:hidden;
  position: absolute;
  border: 0px #cccccc solid;
  background-color: #ffffff;
  -moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
  width:70px;
  height:22px;
  display: block;
}
.loadingDiv {

  overflow:hidden;
  position: absolute;
  border: 0px #cccccc solid;
  background-color: #ffffff;
  -moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	text-align: center;
  width:100px;
  height:22px;
  display: none;
    z-index:100;
}