wow thank you everyone for the nice comments
i was going to multiquote all the bug comments but that would fill up a page... so I am going to summarise here:
Fixed:
1) made flash gallery background transparent so that "back to gallery button" does not disappear
2) fixed gallery flash div height to 900px so that IE does not make the flash window huge (seems like IE doesn't like 'height' set to 100%, what an antiquated BS software...)
3) In IE, a red box is displayed around the "back to gallery button" even though "text-decoration" is set to 'none'... fixed this by setting inline image properties "border" = "0"
not fixed:
1) on the portfolio page, the scroll bar shows. I have a gremlin of a bug lurking somewhere that would cause the page to actually shift a few pixels left if I hid the scroll bars... as it is now, is my only workaround... WIP

2) I have not found a way to force the social buttons at the top of the window to open in a new tab/window. I currently have this: <div id="blogger" onclick="location.href='http://blog.edphoto.co.za';" style="cursor: pointer;" target="_blank"></div> which does not work... I am using "onclick=location" as I have found it is the only way to have a clickable CSS rollover animation to
avoid using javascript...
WIP:
1) the three "social network buttons" on the top: I assumed most people would recognise the blogger B, facebook F and twitter T. Maybe I should add a small frameless textbox rollover animation underneath each icon?