/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.gwl-variation-gallery-image-container .gwl-variation-gallery-image-info {
	list-style: none;
	float: left;
	position: relative;
	margin: 5px;
}
.gwl-variation-gallery-image-container .gwl-variation-gallery-image-info img {
	width: 80px;
	height: 80px;
}
.gwl-variation-gallery-image-container .gwl-variation-gallery-remove-image {
	position: absolute;
	right: -5px;
	top: -5px;
	color: #dc3232;
}
.gwl-variation-gallery-add-container {
	clear: both;
}
