diff --git a/src/navigator.js b/src/navigator.js index 6461659a..687a8b10 100644 --- a/src/navigator.js +++ b/src/navigator.js @@ -153,7 +153,7 @@ $.Navigator = function( options ){ style.cssFloat = 'left'; //Firefox style.styleFloat = 'left'; //IE style.zIndex = 999999999; - style.cursor = 'pointer'; + style.cursor = 'default'; }( this.displayRegion.style, this.borderWidth ));