I have this code for centering vertically the images in a bunch of divs.
function centerImages(parent, image) { var parent_height = $(image).parent().height(
Try to this one,
div.clients li img { vertical-align:middle; }