what does greater then = ">" mean in this function ?
$(function() {
$('#tabs').tabs('#tabs_panes > div',{initialIndex:0});
});