/**
 * Copyright 2012  MediaCore  (email: info@mediacore.com)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
.mcore-chooser-img:hover {
	cursor: pointer;
}
#mcore-image-toolbar {
	position: absolute;
	display: none;
	margin: 0;
	background: black;
	background-color: rgba(0,0,0,.6);
}
#mcore-edit-button,
#mcore-delete-button {
	margin: 2px;
	width: 30px;
	height: 30px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}
