Editing the css of the last 2 items

Editing the css of the last 2 items

Hello jQuery developers,

I have this case:
1) A <div id="box"> that contains a random quantity of floated <divs class="item">.
2) Each <divs class="item"> has a border-bottom to visually make a separation among the top and bottom elements.
3) Every two <divs class="item"> forces a line-break, like in my example.
4) I need to remove the border-bottom of the last divs located at the bottom.
      There are two posibilities: 1- there is a single div
                                            2-or there are two divs.

Here is the preview
http://jsbin.com/ineda4/2/edit

Can I get some help? Thanks!