jQuery(document).ready(function($){
$(function(){
    $("#homewrapper").masonry({columnWidth: 310, itemSelector: '.module',},function(){$(".module").css({'background-color':'#ffffff'})});
});

});


