body
{
	padding: 0px;
	margin: 0px;
}
div#centerdiv
{
	text-align: center;
	padding: 20px;
	font-size: 0px;
}
div#captiondiv
{
	text-align: center;
	font-size: 20px;
	font-family: "Arial", sans-serif;
	padding-top: 15px;
	color: #888;
}
img.thumb
{
	display: inline-block;
	margin: 20px 0px;
	border-color: #333;
	border-width: 5px;
	border-style: solid;
}
span.folder
{
	display: inline-block;
	margin: 10px;
	max-width: 225px;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 20px;
}
span.video
{
	display: inline-block;
	margin: 20px 0px;
	width: 150px;
	height: 150px;
	border-color: #333;
	border-width: 5px;
	border-style: solid;
	background-image: url("/images/play.png");
	background-position: center center;
	background-repeat: no-repeat;
}
div#videodiv
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(20,20,20,0.8);
}
video
{
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
img#videoclose
{
	position: fixed;
	top: 16px;
	right: 16px;
}
