/** http://iwantaneff.in/cursor.css **/
.auto{cursor: auto}
.default{cursor: default}
.hand{cursor: hand}
.pointer{cursor: pointer}
.text{cursor: text}
.help{cursor: help}
.crosshair{cursor: crosshair}
.move{cursor: move}
.w-resize{cursor: w-resize}
.e-resize{cursor: e-resize}
.n-resize{cursor: n-resize}
.s-resize{cursor: s-resize}
.nw-resize{cursor: nw-resize}
.ne-resize{cursor: ne-resize}
.sw-resize{cursor: sw-resize}
.se-resize{cursor: se-resize}
.ns-resize{cursor: ns-resize}
.ew-resize{cursor: ew-resize}
.nwse-resize{cursor: nwse-resize}
.nesw-resize{cursor: nesw-resize}
.col-resize{cursor: col-resize}
.row-resize{cursor: row-resize}
.all-scroll{cursor: all-scroll}
.vertical-text{cursor: vertical-text}
.context-menu{cursor: context-menu}
.no-drop{cursor: no-drop}
.not-allowed{cursor: not-allowed}
.progress{cursor: progress}
.wait{cursor: wait}
.alias{cursor: alias}
.cell{cursor: cell}
.copy{cursor: copy}
.none{cursor: none}
.zommin{cursor: -webkit-zoom-in}
.zoomout{cursor: -webkit-zoom-out}
.grab{cursor: -webkit-grab}
.grabing{cursor: -webkit-grabbing}
