In the \\templates\base\css\index.css file I changed the height of
#indexPhotoBorder {
border: 1px solid #cccccc;
margin-bottom:11px;
position:relative;/*keep*/
height:506px;
and
#indexPhoto
{
border: 1px solid #ffffff;
height: 500px;
overflow: hidden;
cursor: pointer;
}
loaded an image with hieght of 500px...and seems to work fine.
Hope its useful.
r