The problem is associated with these boxes. I have tracked down the problem and how to fix it with css but im not sure where to go in the code to fix this issue. As you can see the style is inline so trying to override it inside of the custom.css stylesheet doesnt work because inline styles override external stylesheets. The example of the problem is shown in the image below:
http://www.zaithe.com/dropbox/2.jpg
As you can see the image isnt displaying completely. But as you can see if i add height:auto to the inline style it fixes the issue. http://www.zaithe.com/dropbox/1.jpg
So how can i fix this issue. Where in the pages does this code exist so i can edit the inline style?














