From looking at the source of your home page, if the images are displaying correctly in your "composer" (you didn't say what program you are using), it looks to me as though you have not uploaded the sub-directories containing your images, or you have uploaded them to the wrong place on your server.
For instance, the first picture (013.jpg) is "not found" and should be in the directory path "Femjoy/Ariel" (placed beneath the directory your "index.html" file is in). Those directories are not there; the situation is the same on the rest of your images (though the directories are different).
As for your other question, to have a link open in a new browser window/tab, you need to add the "target" attribute to your links like this:
old link:
<a href="http://hosted.***.com/galleries/111506_kly821_kjy531/?affid=**your_affiliate_id_here**">
New Link:
<a href="http://hosted.f***.com/galleries/111506_kly821_kjy531/?affid=**your_affiliate_id_here**" target="_blank">
Now that I've shown you how to do it, you should also know that you probably shouldn't, especially since all you are doing with your site is driving traffic to other sites under their referral/affiliate programs. This article explains why (see Item #2). Opening a new window every time someone clicks a link on your site is *not* likely to increase your revenue, and may well impact it negatively. It *is* of course, your choice! 
Both the image display issue and the desire to open a link in a new window are well covered in literally *hundreds* of HTML guides/tutorials on the web, and you should probably invest a few minutes to go take a look at one of them. Just Google for HTML tutorial and you should find plenty! Good Luck!
--rlparker