to display just put this css to your div and then you have the desired layout.
no need of any plug in or JS.
.Your_Outer {
background-color: #FFF;
border: 1px solid #aaaaaa;
float: none;
display:inline-block;
vertical-align:top;
margin-left: 5px;
margin-bottom: 5px;
min-width: 152.5px;
max-width: 152.5px;
}
you can edit the code as per your requirements :)