.externalvideo {
	margin: auto;
	width: 320px;
	height: 240px;
}

.externalvideo > a > .play {
	z-index: 1;
	position: absolute;
	margin: 10px 0 0 15px;
	background: url("images/play.png") no-repeat transparent;
	width: 50px;
	height: 63px
}

.subtitles {
	width: 320px;
}

a.fancybox-iframe.subtitle {
	display: inline;
}
.subtitles ul {
    margin: 0;
    padding: 0;
}

.subtitles li {
	display: inline;
	list-style: none;
}

.subtitles li:after {
	color: black;
	content: "-";
}

.subtitles li:last-child:after {
	color: black;
	content: "";
}



.externalaudio {
	margin-top: 0.2rem;
}

.externalaudio li {
	clear: both;
	list-style: decimal-leading-zero outside none;
	margin-left: 2.5rem;
	text-align: left;
}

.externalaudio label {
	font-weight: normal !important;
	width: 220px;
	text-align: left;
}

.externalaudio .mejs-container {
	float: right;
	margin: -0.5rem 0 0 0;
}

.externalvideo img {
    border: 5px solid black;
}

#video .subtitles label {
    padding-top: 10px;
}