The problem seems to be the WYSIWYG editor's toolbar wich is to wide to be displayed in your template.
Apart from that your main template hast this
#main{
overflow:hidden;
}
witch hides the overflowing part of the editors toolbar.
solution :
make your template wider
or make the template flexible so you don't have to use overflow:hidden;
or remove the wysiwyg editor for the galleries ..
John