I really can\'t figure out what\'s going on in this case. On the multiline pieces of text, the bottom few pixels are cut off.
Check the size of the sliderwrap, the height attribute may be in conflict with the total text size, and since your overflow is hidden, according to your css property, that might be your issue.
Perhaps fixing it like this:
#sliderwrap { height:114; }