.framed-image {
	text-align: center;
	vertical-align: middle;
}

.framed-image .hint {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.framed-image .hint-below {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

.framed-image .image {
	padding: 4px;
	border: 1px dotted black;

	overflow: auto;
}

.framed-image .video {
	padding: 4px;
	border: 1px dotted black;

	overflow: auto;
}

.framed-image .meta {
	margin-top: 10px;
	padding: 4px;
	border: 1px dotted black;
}

.framed-image .subtitle {
	margin: 5px;
	font-weight: bold;
	text-align: left;
}

.framed-image .longdesc {
	margin: 5px;
	text-align: left;
}