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.
The quickest fix looks to be this:
Change the font-size here from 14px to 13px
font-size
14px
13px
#slidertext h3 { font-size: 13px; // other styles }
Works for me in Chrome.