$(function() {
	$('.slideshow-container').bind("contextmenu", function(e) {
		e.preventDefault();
	});
});
