what does greater than mean in this function?

what does greater than mean in this function?

what does greater then = ">" mean in this function ?


$(function() { 

    $('#tabs').tabs('#tabs_panes > div',{initialIndex:0}); 

});