.cursor-manager-grab{
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    cursor: grab !important;
}
.cursor-manager-grabbing{
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}
.cursor-manager-move{
    cursor: move !important;
}
.cursor-manager-crosshair{
    cursor: crosshair !important;
}
.cursor-manager-text{
    cursor: text !important;
}