Fx.Slide = Fx.Slide.extend({

	slideOutRight: function(mode){
		this[mode || this.options.mode]();
		return this.start([this.element.getStyle(this.margin).toInt(), this.wrapper.getStyle(this.layout).toInt()], [this.offset, (this.wrapper.getStyle(this.layout).toInt()-30)]);
	}

});