RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
http://yourdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.yourdomain.com.*$ [NC]
RewriteRule .*[Mm][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Mm][Pp][Ee][Gg]$ / [F]
do this for each file type
it should take care of it