

var load = function(){
if ($(".box635").find('img').length <= 1) {
	$('div.listitem').css('min-height','25px');

}
};


jQuery(document).ready(load);


