.forethemes-media-edit,
.forethemes-media-remove {
	width: 50%;
	cursor: pointer;
	background: #ddd;
	margin-top: -6px;
}

.forethemes-media-remove:hover {
	color: red;
}

.forethemes-media-edit:hover {
	color: green;
}

.forethemes-item-image {
	margin-right: 5px;
}

.forethemes-item-image img {
	border: 1px solid #ddd;
}

.forethemes-media-controls {
	opacity: 0;
	visibility: hidden;
}

.forethemes-item-image:hover .forethemes-media-controls {
	opacity: 1;
	visibility: visible;
}

input.featured-link {
	width: 100%;
}

.forethemes-show-image .forethemes-item-image {
	display: inline-block;
}

.forethemes-show-image .forethemes-item-image img {
	width:75px;
	height:75px;
}
