/**********************************************

No Right Click Images plugin
by Keith P. Graham


Description: Uses Javascript to prevent right clicking of images to help keep leaches from copying images

Author: Keith P. Graham


This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


***********************************************/

img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;}

