/* jAlbum 37.5 with Neptune 118, Gray style, album creation date 2025-05-26, 6:25 a.m. */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #cccccc;
}
body {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-align: center;
}
body a {
	color: #000000;
}
body a:hover {
	color: #eeeeee;
}
a, audio, video {
	outline: none;
}
img, iframe {
	outline: none;
	border: none;
}
img {
	user-select: none;
}
#ja-uncropped, #ja-fthumbs img, #ja-thumbs img, .ja-ipimage img {
	animation: fadein 500ms;
}
.ja-slidetitle, .ja-slidecomment, .ja-slidectr, .ja-slidemeta {
	animation: fadein 2000ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#ja-notheme > div {
	margin: 0px auto 15px;
	min-height: 32px;
	padding: 0px 0px 10px;
	background-color: #aaaaaa;
}
#ja-banner {
	box-sizing: border-box;
	margin: 0px auto 25px;
	min-height: 300px;
	padding-top: 43px;
	background: url('../ja-theme.jpg') center no-repeat;
	background-size: cover;
}
#ja-titledim {
	background-color: rgb(0 0 0 / 0.3);
}
#ja-navleft img, #ja-navright img {
	padding: 5px 0px;
}
.ja-pagetitle, .ja-pagedescription, .ja-pagetitleTI, .ja-pagedescriptionTI, .ja-pagetitleip {
	max-width: 900px;
	margin: 0 auto;
}
.ja-pagetitle {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding: 10px 5px 5px;
}
.ja-pagetitle a {
	color: #000000;
	text-decoration: underline;
}
.ja-pagetitle a:hover {
	color: #eeeeee;
}
.ja-pagedescription {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.ja-pagedescription a {
	color: #000000;
	text-decoration: underline;
}
.ja-pagedescription a:hover {
	color: #eeeeee;
}
.ja-pagetitleTI {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 5px 5px 5px rgb(0 0 0 / 0.3);
	padding: 42px 10px 20px 10px;
}
.ja-pagetitleTI a {
	color: #ffffff;
	text-decoration: underline;
}
.ja-pagetitleTI a:hover {
	color: #bbbbbb;
}
.ja-pagedescriptionTI {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 3px 3px 5px rgb(0 0 0 / 0.3);
	padding: 0px 10px 30px 10px;
}
.ja-pagedescriptionTI a {
	color: #ffffff;
	text-decoration: underline;
}
.ja-pagedescriptionTI a:hover {
	color: #bbbbbb;
}
#ja-navleft {
	width: 104px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#ja-navleft img {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
#ja-navright {
	position: relative;
	width: 104px;
	height: 32px;
	text-align: right;
	float: right;
	font-size: 0px;
}
#ja-navright img {
	width: 32px;
	margin-right: 20px;
	cursor: pointer;
}
.ja-infotxt {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin: 0 auto;
	max-width: 900px;
	padding: 0px 10px;
}
.ja-infotxt a {
	text-decoration: underline;
}
.ja-infotxtbottom {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin: 10px auto;
	max-width: 900px;
	padding: 0px 10px;
}
.ja-infotxtbottom a {
	text-decoration: underline;
}
.ja-fthumbbox, .ja-thumbbox {
	max-width: 1600px;
	margin: 0 auto 10px;

	padding: 0px 43px;
}
#ja-fthumbs a:hover > img, #ja-thumbs a:hover > img {
	transform: scale(1.1);
}
#ja-fthumbs img, #ja-thumbs img {
	transition: transform 1s, filter 1s;
}
.ja-videooverlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	width: 120px;
}
.ja-credits {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 10px;
	text-shadow: none;
}
.ja-credits a {
	font-weight: bold;
	text-decoration: none;
}
#ja-pagetop {
	background-color: #aaaaaa;
	position: fixed;
	bottom: 40px;
	left: 10px;
	opacity: 0.75;
	display: none;
}
#ja-pagetop img {
	width: 32px;
	padding: 10px 5px 5px;
}
#ja-pagetop:hover {
	cursor: pointer;
}
.ja-footer, .ja-footernoicon {
	padding: 5px 10px 5px;
	text-align: center;
	background-color: #cccccc;
	border-radius: 3px;
}
.ja-footer {
	min-height: 28px;
}
.ja-slidenavleft {
	height: 28px;
	float: left;
	font-size: 0px;
}
.ja-slidenavleft img {
	width: 28px;
	margin-right: 20px;
	cursor: pointer;
}
.ja-slidenavright {
	height: 28px;
	float: right;
	font-size: 0px;
	text-align: right;
}
.ja-slidenavright img {
	width: 28px;
	margin-left: 20px;
	cursor: pointer;
}
.ja-snav1 {
	width: 48px;
}
.ja-snav2 {
	width: 96px;
}
.ja-snav3 {
	width: 144px;
}
.ja-snav4 {
	width: 192px;
}
@media (max-width: 500px), (max-height: 500px) {
	.ja-snav4 {
		width: auto;
	}
}
.ja-globe {
	float: left;
}
.ja-play {
	display: none;
}
.ja-slidetitle, .ja-slidecomment {
	max-width: 900px;
	margin: 0 auto;
}
.ja-slidetitle {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	text-shadow: none;
	user-select: text;
}
.ja-slidetitle a {
	color: #000000;
	text-decoration: underline;
}
.ja-slidetitle a:hover {
	color: #eeeeee;
}
.ja-slidecomment {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	text-shadow: none;
	user-select: text;
}
.ja-slidecomment a {
	color: #000000;
	text-decoration: underline;
}
.ja-slidecomment a:hover {
	color: #eeeeee;
}
.ja-footer > audio {
	margin: 5px;
	height: 32px;
	border-radius: 25px;
}
.ja-bodyopening, .ja-bodyclosing {
	margin: 5px;
}
#ja-bodyspacer {
	height: 30px;
}
.ja-disabled3 {
	opacity: 0.3;
}
.ja-disabled5 {
	opacity: 0.5;
	cursor: default !important;
}
.ja-hidden {
	display: none;
}
.fbx .fbItemNumber, .ja-slidectr {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-shadow: none;
}
.fbx.fbOverlay {
	cursor: zoom-out;
}
a.fbNextPanel {
	width: 55% !important;
	cursor: url('cursornextthin.png'), pointer !important;
}
a.fbPrevPanel {
	cursor: url('cursorprevthin.png'), pointer !important;
}
#ja-mapcanvas {
	width: 100%;
	height: 100%;
}
@media (max-height: 500px) {
	.ja-slidetitle, .ja-slidecomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width: 500px), (max-height: 500px) {
	#ja-thumbs > div {
		margin: 2px;
	}
}
@media (max-width: 500px), (max-height: 500px) {
	#ja-banner {
		min-height: 150px;
		padding-top: 0px;
	}
	#ja-banner {
		margin-bottom: 0px;
	}
	#ja-fthumbs, #ja-thumbs, .ja-fthumbbox, .ja-thumbbox {
		padding-left: 5px;
		padding-right: 5px;
	}
	#ja-fthumbs > div {
		margin: 2px;
	}
	.fbContentWrapper {
		box-shadow: none;
	}
	.fbx .fbResizer {
		display: none;
	}
}
