/**
 * @package   SJ Gallery PRO for ZOO
 * @author    Adam Bako http://www.superjoomla.com
 * @copyright Copyright (C) 2016 Ray Lawlor http://www.superjoomla.com
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
 */

div.repeat-elements span.delete {
	background: url(../images/delete.png) 2px 4px no-repeat !important;
	cursor: pointer;
}
div.repeat-elements span.sort {
	background: url(../images/sort.png) 4px 4px no-repeat !important;
	cursor: move;
}