#player, #movieWrapper, #videoImage {
	margin-bottom: 25px;
}

#player {
	height: 281px; 
	width: 500px;
}

.indexLabel {
	background-color: #EEE;
	padding: 4px;
	margin-bottom: 8px;
}

.menuWrapper li {
	margin-bottom: 4px;
}

.no-bullets li {
	list-style-type: none;
}

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 25px;
}

.video-container iframe, .video-container object, .video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-wrapper {
	display: table;
	max-height: 312px;
}

.video-wrapper {
	margin-bottom: 10px;
	max-width: 555px;
}