To show hidden files in Finder, type this into the Terminal:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To set things back to normal, type this:

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder