For arrange divs vertically you may use jquery plugin masonry
It has effect like this:

This plugin is very easy to use:
$(function(){
$('#container').masonry({
// options
itemSelector : '.item',
});
});
and this live demo showed how it work in your example