function getWidth() {
        var data = this.data('panZoom');
    width = (data.position.x2 - data.position.x1);
    return width;
  }