.image { 
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#imagemask { 
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;  
}

.newdraghandle, #draghandle { 
  position: absolute;
  cursor: move;
  
}

polygon { 
  stroke-width: 1;
  position: absolute;
}

line { 
  stroke-width: 1;
  position: absolute;
}

rect.transparent { 
  fill: white;
  fill-opacity: 0.0;
}
