You cannot prevent theft of your pictures as a visitor can use the menu to view source.
However, you can prevent right clicks very simply by adding - oncontextmenu="return false;" - to the <body> line on any html page that has one, eg-
<body class="commonbg" oncontextmenu="return false;">
I recommend watermarking your pictures - at least the large ones.
Best wishes
Chris