Solved the problem
Went into the .CSS file and changed it from
.imagethumb {
float: left;
}
to
.imagethumb {
float: left;
margin-left: 17px;
}
Hope this helps anyone else with a similar problem in the future!
Used these forums to assist me in my solution:
http://www.highrankings.com/forum/index.php?showforum=60