.jqzoom {
  border: 1px solid #BBB;
  float: left;
  position: relative;
  padding: 0px;
  cursor: pointer;
  width: 100%;
}

div.zoomdiv {
  z-index: 9;
  position: absolute;
  top: 0px;
  right: -400px;
  /* width: 200px;
  height: 200px; */
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.jqZoomPup {
  z-index: 9;
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
.bigimg {width:1200px !important; height:1200px !important;}