jQuery(document).ready(function() {
	jQuery('.zoomButton').lightBox();
	jQuery(document).bind("contextmenu",function(e){  
		return false;  
	});
});