/* _____SUBTITLE POPCORN PLUGIN STYLES_____ */

.subtitleHolder {
	position:	absolute;
	left:		0px;
	width:		100%;
}

.subtitleHolder.top, .subtitleHolder.middle {
	top:	0px;
}

.subtitleHolder.bottom {
	bottom:	0px;
}

.subtitleHolder.middle .sub {
	margin-top:	25%;
}

.sub {
	color:		white;
	text-align:	center;
	font-size:	1.2em;
	position:	relative;
	width:		100%;
	margin:		5px;
}