Couple of width changes…and one CSS change.
Change the width of your pictures to 310px…and also change the width of the video to 310px.
All are currently set to 325. While the modules width is actually 325, you’re not accounting for the padding around the pictures. So 310 will do it.
And in template.css (line 718)
Change from this:
ja-colmass div.moduletable {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:0 10px 10px;
}
To this:
ja-colmass div.moduletable {
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:10px;
Have a GREAT week.
John.