Scroller.prototype.hideVerticalScrollElems = function () {
	Element.addClassName(this.objs.container,"dataNoBorder");
	this.objs.scUp.style.visibility = this.objs.scDn.style.visibility = this.objs.cursorV.style.visibility = "hidden";
	this.scrollingV = false;
}