How can the hand shape mouse pointer showing on mouse over of parent window be changed to a different pointer shape in jquery colorbox?
Following changes of cursor type in jquery.colorbox.js has resolved my issue
$overlay.css({ "opacity": +settings.opacity, "cursor": settings.overlayClose ? "default" : "default" }).show();