/*
 * intense-image-viewer
 *
 * MIT licensed
 * Copyright (C) 2013 Tim Holman, http://tholman.com
 */
/*********************************************
 *
 *********************************************/
.intense {
  cursor: url("../img/plus_cursor.png") 50 50, pointer;
  cursor: -webkit-image-set(
  url('../img/plus_cursor.png') 2x), auto;
 }
