this is not a rsgallery2 problem
you have this in your css:
#ja-content {
padding: 0 20px 15px;
margin: 0;
clear: both;
display: block;
min-height: 300px;
}
adjust the min-height and you'll be fine
(do note, IE6 does not support min-height and I don't know whether ie7 does, better to use line-height instead)