I invested some hours to track down the problem and finally found that the problem has to be with the css file. It seems you are using an older version of the css file, not the one from version 1.0.4.
In the css look for:
.Picture {
PADDING-RIGHT: 2px; PADDING-LEFT: 10px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px<br/>
}
change this to:
.Picture {
PADDING-RIGHT: 2px; PADDING-LEFT: 10px; PADDING-BOTTOM: 2px; WIDTH: 95%; PADDING-TOP: 2px<br/>
}
This will fix your problem.
Christian