/*reset image width in zedity content*/
.zedity-editor img {
	max-width: 100%;
}

/*reset image wrapped in <p> by TinyMCE*/
.zedity-editor .zedity-box-Image p {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------------------------------*/
/* Content overlay */

#zedity_content_overlay {
	display: none;
	position: absolute;
	background-color: rgba(80,210,80,0.6);
}

#zedity_content_overlay img {
	border: 1px solid #999;
	background-color: #eee;
	margin: 5px 0 0 5px;
	padding: 2px;
	border-radius: 3px;
}

#zedity_content_overlay img:hover {
	border-color: #555;
	background-color: #ccc;
}
