
 .ease360{
     
     cursor: move; /* fallback if grab cursor is unsupported */
     cursor: grab;
     cursor: -moz-grab;
     cursor: -webkit-grab;
 }
 


 .ease360:active { 
     
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
 }
         
         
         