Insert this code into your skin1.css right below the other code for .PImgBox and this should take care of it.
Code:
.PImgBox ul, .PImgBox ol {
margin: 0px;
padding: 0px;
}
This sets the margins and the padding for unordered lists and ordered lists to zero, but only within this div tag. This should solve your overlapping issues.