What I am trying to do is have rows of images, 6 images in each row. Some of these images need to have another image floating on top of them (flush with the lower-right corner)
You need to "clear" the float after every 6 images. So with your current code, change the styles for containerdivNewLine to:
containerdivNewLine
.containerdivNewLine { clear: both; float: left; display: block; position: relative; }