this.handlers.left = this.slider
          .append('svg:image')
          .attr('class', 'handle')
          .attr('transform', 'translate(-8,{0})'.format(height / 2 - 11))
          .attr('width', 16)