Object definition?

Object definition?

Hi
can somebody explain me, what is this for kind of jquery declation
  1.             var selectBoxContainer = $('<div>',{
  2.                 width        : select.outerWidth(),
  3.                 className    : 'tzSelect',
  4.                 html        : '<div class="selectBox"></div>'
  5.             });
  6.        
  7.             var dropDown = $('<ul>',{className:'dropDown'});

Thx