/* jAlbum 30.0.3 with Triton 15, Dark style, album creation date 01/04/23, 11:53 */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #000000;
}
body {
	font-family: Verdana, sans-serif;
	color: #dddddd;
	text-align: center;
}
body a {
	color: #dddddd;
}
body a:hover {
	color: #777777;
}
a, audio, video {
	outline: none;
}
img {
	outline: none;
	border: none;
	user-select: none;
}
#ja-albumtitle, #ja-albumdescription {
	animation: fadein 800ms;
}
.ja-slidetitle, .ja-slidecomment {
	animation: fadein 2000ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#ja-albumtitle, #ja-albumdescription, .ja-slidetitle, .ja-slidecomment {
	max-width: 900px;
	margin: 0 auto;
}
.ja-footer, .ja-footernoicon {
	padding: 5px 10px 5px;
	text-align: center;
	background-color: #000000;
	border-radius: 3px;
}
.ja-footer {
	min-height: 32px;
}
.ja-slidenavleft {
	height: 32px;
	float: left;
	font-size: 0px;
	text-align: left;
}
.ja-slidenavleft img {
	width: 32px;
	margin-right: 20px;
	cursor: pointer;
}
.ja-slidenavright {
	height: 32px;
	float: right;
	font-size: 0px;
	text-align: right;
}
.ja-slidenavright img {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
.ja-snav1 {
	width: 52px;
}
.ja-snav2 {
	width: 104px;
}
.ja-snav3 {
	width: 156px;
}
.ja-play {
	display: none;
}
.ja-exitfs {
	display: none;
}
.ja-slidetitle {
	font-family: Verdana, sans-serif;
	color: #dddddd;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	user-select: text;
}
.ja-slidetitle a {
	color: #dddddd;
	text-decoration: underline;
}
.ja-slidetitle a:hover {
	color: #777777;
}
.ja-slidecomment {
	font-family: Verdana, sans-serif;
	color: #dddddd;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	user-select: text;
}
.ja-slidecomment a {
	color: #dddddd;
	text-decoration: underline;
}
.ja-slidecomment a:hover {
	color: #777777;
}
.ja-footer > audio {
	margin: 5px;
	height: 40px;
}
.ja-hidden {
	display: none;
}
a.fbNextPanel {
	width: 55% !important;
	cursor: url('cursornextthin.png'), pointer !important;
}
a.fbPrevPanel {
	cursor: url('cursorprevthin.png'), pointer !important;
}
@media (max-height: 500px) {
	.ja-slidetitle, .ja-slidecomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
