html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
body {
	margin: 10px;
	text-align: center;
	background-color: #000000;
	color: #eeeeee;
	font-size: 0px;
}
a {
	outline: 0;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #eeeeee;
}
a:hover {
	color: #ff0000;
}
img {
	border: none;
}
#at-thumbnails > div img, #at-slideimage img {
	animation: fadein 500ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#at-pagetitle {
	font-size: 1.5rem;
	margin: 0px auto 5px;
}
#at-pagedescription {
	font-size: 1.0rem;
	max-width: 1250px;
	margin: 0px auto 5px;
}
#at-nav img {
	height:  32px;
	width:  32px;
	margin: 15px;
}
#at-thumbnails {
	max-width: 1250px;
	margin: 0px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#at-thumbnails > div {
	display: inline-block;
	margin: 7px;
	vertical-align: top;
}
#at-thumbnails > div img {
	padding: 0px;
	border: 0px solid #eeeeee;
}
.at-thumbcaption {
	margin: 5px 0px;
	max-width: 160px;
}
.at-imagetitle, .at-foldertitle {
	font-size: 0.9rem;
}
.at-imagecomment, .at-foldercomment {
	font-size: 0.8rem;
}
#at-copyright {
	font-size: 0.7rem;
	max-width: 1250px;
	margin: 10px auto 0px;
}	
#at-credits {
	font-size: 0.6rem;
	max-width: 1250px;
	margin: 10px auto;
}
#at-slideimage {
	position: relative;
	display: inline-block;
	padding: 0px;
	border: 0px solid #eeeeee;
	margin: 10px 0px;
}
#at-slideimage img {
	max-width: 100%;
	height: auto;
}
#at-slideimage video {
	outline: 0;
	max-width: 100%;
	height: auto;
}
#at-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
#at-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
#at-slidecaption {
	margin: 0px auto;
}
#at-slidetitle {
	font-size: 1.0rem;
}
#at-slidecomment {
	font-size: 0.9rem;
}
.at-disabled {
	opacity: 0.4;
}
