this.offset = {                                                                                    //Substract the margins from the element's absolute offset
            top: this.offset.top - this.margins.top,
            left: this.offset.left - this.margins.left
        };