#theater {
	float: left;
	width: 58%;
}

#theater_video {
	width: 100%;
	height: 550px;
	border: 0;
	overflow: hidden;
}

#video_thumbnails {
	float: right;
	width: 36%;
	height: 440px;
	overflow: auto;
	background: #eee;
	border: 1px dashed #ccc;
}

.video_thumbnail {
	border-bottom: 1px dashed #ccc;
	padding: 15px;
}

.video_thumbnail_selected {
	background: #fffccc;
}

.video_thumbnail h5 {
	margin-top: 5px;
}

.video_author {
	color: #999;
	font-size: 90%;
	margin-top: 2px;
}