oml.ui.annotationFolder = function() {

    var ui = oml.user.ui,
        that = Ox.Element().addClass('OxAnnotationFolder').css({
            overflowY: 'auto',
            overflowX: 'hidden',
        });

    return that;

};