/* jAlbum 19.2 with Matrix 56, Custom style, album creation date 2020.01.22 */
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgba(51,51,51,1.0);
	background-image: url("Maleri_002_800x_old.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.mx-mapcontainer {
	position: relative;
	top: 15px;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 1041px;
}
.mx-mapbox {
	overflow: auto;
	background-color: #888888;
	margin-right: 225px;
	border-width: 6px;
	border-style: solid;
	border-color: #000000;
	border-radius: 7px;
}
.mx-mapbox > div > div {
	margin: 2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
}
.mx-mapbox > div > div > div {
	position: relative;
	max-width: 800px;
	padding-bottom: 75.0%;
	border-radius: 0px;
}
.mx-mapcaption {
	background-color: #000000;
	text-align: center;
	position: absolute;
	width: 225px;
	height: 100%;
	top: 0px;
	right: 15px;
	text-align: center;
	border-radius: 7px;
}
.mx-globeclose {
	position: absolute;
	bottom: 47px;
	left: 5px;
	width: 26px;
	height: 26px;
	border: 2px solid #444444;
	border-radius: 0px;
	background: rgba(0,0,0,1.0) url("globeclose.svg") center center / 22px 22px no-repeat;
}
.mx-globeclose:hover {
	background-image: url("globeclose_hover.svg");
	cursor: pointer;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: -1;
}
