/* jAlbum 15.1.6 with Matrix 47, Gray on Blue style, album creation date 2019.07.26 */
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgba(63,110,148,1.0);
	color: rgba(255,255,255,1.0);
	margin: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
.highslide-wrapper {
	background: none;
	border-radius: 7px;
}
.highslide, .highslide-noexp, .mx-thumbnail {
	visibility: hidden;
}
.highslide img, .highslide-noexp img {
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	visibility: visible;
}
.mx-thumbnail img {
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	visibility: visible;
}
.highslide img:hover, .highslide-noexp img:hover, .mx-thumbnail img:hover {
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image, .highslide-html {
	border-radius: 7px;
	cursor: pointer;
}
.highslide-maincontent {
	display: none;
}
.highslide-caption, .highslide-heading {
	display: none;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	word-wrap: break-word; /* for Edge and IE11 */
	overflow-wrap: break-word;
	background: #cccccc;
	border-radius: 7px;
	
}
.highslide-caption {
	margin-top: 5px;
}
.highslide-heading {
	margin-bottom: 5px;
}
.highslide-caption a, .highslide-heading a {
	color: #000000;
}
.highslide-caption a:hover, .highslide-heading a:hover {
	color: #3f6e94;
}
.highslide-dimming {
	background: #000000;
}
.highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(graphics/loader-black.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-loading:hover {
	color: #ff0000;
}
.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
	margin: 0;
	list-style: none;
}
.highslide-controls a {
	float: left;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls {
	width: 135px;
	height: 40px;
	margin: 0px 40px 0px 25px;
	left: -40px;
	position: static;
}
.highslide-controls {
	background: url(graphics/controlbar-large-white.gif) 0 -90px no-repeat;
}
.highslide-controls ul {
	background: url(graphics/controlbar-large-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-large-white.gif);
	display: block;
	height: 30px;
	width: 30px;
}
.highslide-controls a span {
	display: none;
	cursor: pointer;
}
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
	
.highslide-controls .highslide-full-expand {
	display: none;
}
	
.highslide-controls .highslide-move {
	display: none;
}
.highslide-header { 	
	display: none;
}
.mx-pano .highslide-html {
	padding: 15px;
	background-color: #cccccc;
	border-radius: 7px;
}
.mx-hidden {
	visibility: hidden;
}
#mx-musicdiv {
	line-height: 0px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.mx-bodyopening {
	color: rgba(255,255,255,1.0);
}
.mx-topcontainer {
	min-width: 1390px;
	max-width: 1390px;
	margin: 10px auto;
}
.mx-midcontainer {
	min-width: 1390px;
	max-width: 1390px;
	margin: 0px auto 15px;
}
.mx-titlewrapper {
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	width: 98%;
	color: rgba(0,0,0,1.0);
	background-color: rgba(204,204,204,1.0);
	border-radius: 5px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.mx-titlebar {
	width: 100%;
	display: table;
}
.mx-atitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	text-indent: 3px;
	margin: 5px;
}
.mx-atitle a {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-atitle a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-adescription {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	text-indent: 3px;
	margin: 5px;
}
.mx-adescription a {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-ftitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	text-indent: 3px;
	margin: 5px;
}
.mx-ftitle a {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-fcomment {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	letter-spacing: 3px;
	text-indent: 3px;
	margin: 5px;
}
.mx-fcomment a {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-infotxt {
	color: rgba(255,255,255,1.0);
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	width: 98%;
}
.mx-infotxt a {
	color: rgba(255,255,255,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt a:hover {
	color: rgba(0,0,0,1.0);
}
.mx-infotxtbottom {
	color: rgba(255,255,255,1.0);
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	width: 98%;
}
.mx-infotxtbottom a {
	color: rgba(255,255,255,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxtbottom a:hover {
	color: rgba(0,0,0,1.0);
}
.mx-nav {
	width: 450px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: rgba(0,0,0,1.0);
	text-align: center;
	text-shadow: none;
}
.mx-nav a {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
.mx-nav a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-navabove {
	margin: 0px auto 10px ;
}
.mx-navbelow {
	margin: 0px auto 10px;
}
.mx-nav > div {
	display: inline-block;
	background-color: rgba(204,204,204,1.0);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	padding: 5px 0px;
	margin: 5px;
	border-radius: 5px;
}
.mx-nav1 {
	width: 440px;
}
.mx-nav2 {
	width: 215px;
}
.mx-nav3 {
	width: 140px;
}
.mx-nav a {
	display: block;
}
.mx-navgoto {
	width: 440px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.mx-navgoto a {
	display: inline;
	font-weight: bold;
	text-decoration: underline;
}
.mx-navgoto a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-nav-left {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right-color: rgba(0,0,0,1.0);
	border-right-width: 12px;
	border-right-style: solid;
}
.mx-nav a:hover .mx-nav-left {
	border-right-color: rgba(63,110,148,1.0);
}
.mx-nav-right {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-left-color: rgba(0,0,0,1.0);
	border-left-width: 12px;
	border-left-style: solid;
}
.mx-nav a:hover .mx-nav-right {
	border-left-color: rgba(63,110,148,1.0);
}
.mx-nav-up {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent; 
	border-bottom-color: rgba(0,0,0,1.0);
	border-bottom-width: 12px;
	border-bottom-style: solid;
}
.mx-nav a:hover .mx-nav-up {
	border-bottom-color: rgba(63,110,148,1.0);
}
.mx-thumbs {
	display: table;
	margin: -10px auto;
	width: 95%;
	table-layout: fixed;
	border-spacing: 20px;
}
.mx-thumbs > div {
	display: table-row;
}
.mx-thumbs > div > div {
	display: table-cell;
	background-color: rgba(204,204,204,1.0);
	padding: 8px 0px;
	color: rgba(0,0,0,1.0);
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	vertical-align: middle;
	border-radius: 5px;
}
.mx-thumbs > div > div img {
	vertical-align: bottom;
}
.mx-thumbs > div > div a {
	color: rgba(0,0,0,1.0);
}
.mx-thumbs > div > div a:hover {
	color: rgba(63,110,148,1.0);
}
.mx-thumbs > div > div img, .mx-newoverlay, .mx-imgnewoverlay, .mx-ipimage img {
	animation: fadein 500ms;
}
.mx-thumbbox-caption {
	padding: 0px 8px;
	word-wrap: break-word; /* for Edge and IE11 */
	overflow-wrap: break-word;
}
.mx-thumbbox-sidecaption {
	text-align: left;
	padding: 10px 8px 0px 8px;
	word-wrap: break-word; /* for Edge and IE11 */
	overflow-wrap: break-word;
}
.mx-thumbbox-title {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
	text-shadow: none;
}
.mx-thumbbox-title a {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
	text-shadow: none;
}
.mx-thumbbox-comment a {
	font-weight: bold;
	text-decoration: none;
}
.mx-folderpng {
	height: 90px;
	width: 90px;

	border: 1px solid black !important;
}
.mx-hasoverlay {
	position: relative;
	display: inline-block;
}
.mx-folderoverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	background-color: rgba(0,0,0,0.5019608);
	opacity: 1.0;
	padding: 3px;
	border-radius: 0px;
	border: none;
	box-shadow: none !important;
}
.mx-videooverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	background-color: rgba(0,0,0,0.5019608);
	opacity: 1.0;
	padding: 3px;
	border-radius: 0px;
	border: none;
	box-shadow: none !important;
}
.highslide-thumbstrip .mx-videooverlay {
	display: none;
}
	
.mx-credits {
	color: rgba(255,255,255,1.0);
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin-bottom: 5px;
}
.mx-credits a {
	color: rgba(255,255,255,1.0);
	font-weight: bold;
	text-decoration: none;
}
.mx-credits a:hover {
	color: rgba(0,0,0,1.0);
}
.mx-bodyclosing {
	color: rgba(255,255,255,1.0);
}
.mx-hs-title {
	font-size: 13px !important;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.mx-hs-title a {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment {
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.mx-hs-comment a {
	font-weight: bold;
	text-decoration: none;
}
.mx-captgldl {
	min-height: 30px;
	padding-left: 45px;
	padding-right: 45px;
}
.mx-captdl {
	min-height: 30px;
	padding-left: 45px;
	padding-right: 45px;
}
.mx-captgl {
	min-height: 30px;
	padding-left: 45px;
	padding-right: 45px;
}
.mx-globe {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 26px;
	height: 26px;
	border: 2px solid #a1a1a1;
	border-radius: 0px;
	background: #cccccc url("globe.svg") center center / 22px 22px no-repeat;
}
.mx-globe:hover {
	background-image: url("globe_hover.svg");
}
.mx-dl {
	position: absolute;
	width: 26px;
	height: 26px;
	bottom: 5px;
	right: 5px;
	background-color: #cccccc;
	border: 2px solid #a1a1a1;
	border-radius: 0px;
}
.mx-dlarrow {
	margin: 4px;
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent; 
	border-top-color: #000000;
	border-top-width: 18px;
	border-top-style: solid;
}
.mx-dl:hover .mx-dlarrow {
	border-top-color: #fcfcfc;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 5px 0px;
	cursor: pointer;
	margin: 5px 4px 0px 4px;
	vertical-align: middle;
	text-shadow: none;
}
.mx-buttonalign {
	cursor: default;
	margin: 0px 0px 5px 0px;
	text-align: center;
	clear: both;
}
.mx-buttonimage {
	margin: 5px 4px 0px 4px;
	vertical-align: middle;
}
.mx-buttonaligndl {
	bottom: 45px;
}
.mx-buttonalignglobe {
	bottom: 45px;
}
.mx-lfproxyabove {
	padding-top: 10px;
}
.mx-lfproxybelow {
	padding-bottom: 10px;
}
.mx-clear:after {
	content: "";
	display: table;
	clear: both;
}

