.dragHandle {
    cursor: grab;
}
.dragHandle:focus,
.dragHandle:active {
    cursor: grabbing;
}
.showDragHandle {
    background-image: url('../img/arrow_move.png');
    background-position: center;
    background-repeat: no-repeat;
}