@font-face
{
    font-family: admiration;
    src: url('../fonts/admiration.ttf');
}

body {
	background-color: black;
	margin: 0px;
}

#selectedFrame {
	width: 63%;
	margin: auto;
	margin-top: 7px;
}

#selectedFrameContainer {
	text-align: center;
}

#filmStrip {
	width: 100%;
}

.thumbnail {
	width: 10%;
	float: left;
	opacity: 0.33;
	cursor: pointer;
}

.thumbnail:hover {
	opacity: 1.0;
}

.active {
	opacity: 1.0;
}

#cover {
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	height: 333px;
	font-family: admiration;
	font-size: 63px;
	color: white;
	padding-top: 30px;
}