_onChangeX: function() {

    var x = this.model.get("x");
    this.$el.animate({ right: x }, 150);