if(isNaN(newWidth) || _this.ie8 && (_width.indexOf('%')>0)  ) {
      newWidth = _this.container.offsetWidth - parseInt(window.getComputedStyle(_this.container, null).getPropertyValue('padding-left'),10) - parseInt(window.getComputedStyle(_this.container, null).getPropertyValue('padding-right'),10)
    }