I\'m not looking for a inventive solution on the images, I\'ve read plenty of content about loading images etc.
I\'m just doing some basic responsive design and want
Apply max-width to your images.
max-width
img { max-width: 100%; }
http://jsfiddle.net/VBHhD/
I would also use an unordered list for navigation, but that's just me.