/* jAlbum 19.3.6 with Mercury 25, Smoke style, album creation date 3/31/20, 7:25 AM */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #333333;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #eeeeee;
	text-align: center;
}
body a {
	color: #eeeeee;
}
body a:hover {
	color: #aaaaaa;
}
a, video {
	outline: none;
}
img, iframe {
	border: none;
}
video {
	width: 100%;
}
.me-itti, .me-ittibanner, #me-fthumbs img, #me-thumbs img, .me-slideobject, .me-ipimage img {
	animation: fadein 500ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
.me-itstd {
	margin: 0px auto;
	max-width: 1270px;
	min-height: 32px;
	padding: 10px 20px;
}
.me-itbanner {
	background-color: #555555;
	margin-bottom: 25px;
}
.me-itbanner > div {
	margin: 0px auto;
	max-width: 1270px;
	min-height: 32px;
	padding: 5px;
}
.me-itti {
	padding: 10px 20px 25px;
}
.me-ittibanner {
	min-height: 200px;
	margin-bottom: 25px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), url("../me-theme.jpg") center center no-repeat;
	background-size: cover;
	background-clip: content-box;
}
.me-ittibanner > div {
	margin: 0px auto;
	max-width: 1270px;
	min-height: 32px;
	padding: 10px;
}
.me-pagetitle {
	color: #eeeeee;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.me-pagetitle a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagedescription {
	color: #eeeeee;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.me-pagedescription a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagetitleTI {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 5px 5px 5px rgba(51, 51, 51, 0.4);
	padding-bottom: 5px;
}
.me-pagetitleTI a {
	color: #ffffff;
	text-decoration: underline;
}
.me-pagedescriptionTI {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 3px 3px 5px rgba(51, 51, 51, 0.4);
}
.me-pagedescriptionTI a {
	color: #ffffff;
	text-decoration: underline;
}
.me-navleft {
	width: 52px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
	z-index: 10;
}
.me-navleft img {
	width: 32px;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
}
.me-navright {
	width: 52px;
	height: 32px;
	float: right;
	font-size: 0px;
}
#me-thumbs {
	max-width: 1250px;
	margin: 0px auto 10px;
	padding: 15px 52px 0px;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#me-thumbs > div {
	margin: 2.5px;
	display: inline-block;
	vertical-align: top;
	max-width: 360px;
}
#me-thumbs > div > div:first-of-type {
	position: relative;
	overflow: hidden;
	max-width: 360px;
	max-height: 240px;
}
#me-thumbs img {
	max-width: 100%;
	height: auto;
}
#me-fthumbs {
	max-width: 1250px;
	margin: 0px auto 10px;
	padding: 15px 52px 0px;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#me-fthumbs > div {
	margin: 2.5px;
	display: inline-block;
	vertical-align: top;
	max-width: 450px;
}
#me-fthumbs > div > div:first-of-type {
	position: relative;
	overflow: hidden;
	max-width: 450px;
	max-height: 300px;
}
#me-fthumbs img {
	max-width: 100%;
	height: auto;
}
#me-thumbs img:hover, #me-fthumbs img:hover {
	transform: scale(1.1);
	transition: transform 1s;
}
#me-thumbs img, #me-fthumbs img {
	transition: transform 1s;
}
.me-foldericon {
	background: #555555 url('folder.png') center/contain no-repeat;
	max-height: 300px;
}
.jg-entry {
	position: relative;
}
.me-folderoverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 36px;
	height: 28px;
}
.me-folderoverlay img:hover {
	transform: none !important;
}
.me-videooverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 36px;
	height: 36px;
}
.me-videooverlay img:hover {
	transform: none !important;
}
.me-thumbcaption {
	overflow-wrap: break-word;
	margin: 5px 5px 10px;
}
.me-fthumbcaption {
	overflow-wrap: break-word;
	margin: 5px 5px 10px;
	margin: 5px 5px 10px;
}
.me-foldertitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.me-foldertitle a {
	text-decoration: underline;
}
.me-foldercomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.me-foldercomment a {
	text-decoration: underline;
}
.me-imagetitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.me-imagetitle a {
	text-decoration: underline;
}
.me-imagecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.me-imagecomment a {
	text-decoration: underline;
}
.me-copyright {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 8px;
	padding: 0px 10px;
	text-shadow: none;
}
.me-copyright a {
	text-decoration: underline;
}
.me-credits {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 10px;
	text-shadow: none;
}
.me-credits a {
	text-decoration: underline;
}
#me-pagetop {
	background-color: #555555;
	position: fixed;
	bottom: 40px;
	left: 10px;
	opacity: 0.75;
	display: none;
}
#me-pagetop img {
	width: 32px;
	height: 32px;
	padding: 10px 5px 5px;
}
#me-pagetop:hover {
	cursor: pointer;
}
.me-itstdslide {
	margin: 10px auto 20px;
	max-width: 1270px;
	min-height: 32px;
	padding: 0px 10px;
}
.me-itbannerslide {
	background-color: #555555;
	margin-bottom: 25px;
}
.me-itbannerslide > div {
	margin: 0px auto;
	max-width: 1270px;
	min-height: 32px;
	padding: 5px 10px;
}
.me-pagetitleslide {
	color: #eeeeee;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	max-width: 1270px;
	text-shadow: none;
	padding-bottom: 3px;
}
.me-pagetitleslide a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-navleftslide {
	width: 104px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
.me-navleftslide img {
	width: 32px;
	height: 32px;
	margin-right: 20px;
}
.me-navrightslide {
	width: 104px;
	height: 32px;
	text-align: right;
	float: right;
	font-size: 0px;
}
.me-navrightslide img {
	width: 32px;
	height: 32px;
	margin-left: 20px;
}
.me-slideobject {
	margin: 0px auto 10px;
	padding: 0px 20px;
}
.me-slideobject img {
	width: 100%;
	height: auto;
}
.me-slideobject > div:first-of-type {
	line-height: 0px;
	outline: none;
}
.me-slideobject > div > div {
	position: relative;
}
.me-slideobject iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.me-prev, .me-noprev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
.me-prev {
	cursor: url('cursorprev.cur'), pointer;
}
.me-next, .me-nonext {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
.me-next {
	cursor: url('cursornext.cur'), pointer;
}
.me-slidecaption {
	margin: 0px auto 10px;
	padding: 0px 20px;
}
.me-slidetitle {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	padding: 0px 10px;
	text-align: center;
	text-shadow: none;
}
.me-slidetitle a {
	text-decoration: underline;
}
.me-slidecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	padding: 0px 10px;
	text-align: center;
	text-shadow: none;
}
.me-slidecomment a {
	text-decoration: underline;
}
.me-slidectr {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	padding: 0px 10px;
	text-align: center;
	text-shadow: none;
}
.me-bodyopening, .me-bodyclosing, .me-bodyopeningslide, .me-bodyclosingslide {
	margin: 5px;
}
.me-disabled {
	opacity: 0.5;
}
.me-clear:after {
	content: "";
	display: table;
	clear: both;
}
.me-spacer {
	height: 10px;
}
.me-bodyspacer {
	height: 30px;
}
#vidframe:focus {
	outline: none;
}
