.filmstrip {
	margin: 10px 0px;
	height: 85px;
	clear: both;
	overflow: hidden;
	padding: 0px;
}
.trailerfilmstrip {
	margin: 10px auto;
	height: 170px;
	width: 192px;
	overflow: hidden;
	padding: 0px;
}
.topholes {
	height: 12px;
	background-image: url(/images/top-hole.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.bottomholes {
	height: 14px;
	background-image: url(/images/bottom-hole.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.filmphotos {
	background-color: #000;
	height: 59px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.filmphoto {
	padding-right: 3px;
	padding-left: 3px;
	background-color: #000;
}
.firstfilmphoto {
	padding-right: 3px;
	background-color: #000;
}
.lastfilmphoto {
	padding-left: 3px;
	background-color: #000;
}
.filmphoto-v {
	background-color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
}
.this-film {
	height: 85px;
	width: 102px;
	float: left;
	padding-top: 22px;
	padding-right: 20px;
}
