next: function() {
                var item = this.selected ? this.selected.next() : null;

                if(item == null) {
                    item = _w.items.first();