#product-image-placeholder {
  position:relative;
  width:420px;
  height:300px;
}
#product-image {
  position:absolute;
  width:420px;
  height:300px;
  text-align:center;
  margin:0;
  padding-bottom:0;
  background:#fff;
  z-index:10;
}
#zoom_golge {
  background:#000;
  position:absolute;
  width:420px;
  height:300px;
  -moz-opacity:.20; filter:alpha(opacity=20); opacity:.20;
  left:0;
  top:0;
  display:none;
  z-index:1;
}
#markafoni-zoom {
  z-index:1;
  position:relative;
}
div.jqZoomTitle {
  z-index:5000;
  text-align:center;
  font-size:11px;
  font-family:Tahoma;
  height:16px;
  padding-top:2px;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  color:#fff;
  background:#999;
}
.jqZoomPup {
  overflow:hidden;
  background-color:transparent;
  z-index:10;
  border-color:#c4c4c4;
  border-style:solid;
  cursor:crosshair;
}
.jqZoomPup img {
  border:0px;
}
.preload {
  -moz-opacity:0.8;
  opacity:0.8;
  filter:alpha(opacity = 80);
  color:#333;
  font-size:12px;
  font-family:Tahoma;
  text-decoration:none;
  border:1px solid #ccc;
  background-color:white;
  padding:8px;
  text-align:center;
  background-repeat:no-repeat;
  background-position:43px 30px;
  width:90px;
  *width:100px;
  height:43px;
  *height:55px;
  z-index:10;
  position:absolute;
  top:3px;
  left:3px;
}
.jqZoomWindow {
  border:1px solid #ccc;
  background-color:#FFF;
  margin-left:-20px;
}