#playerHolder{
	display: inline-block;
	width: 640px;
	height: 390px;
	position: relative;
}

#subtitles {
display: inline-block;
	width: 640px;
	height: 145px;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
}

.subtitle {
	padding: 14px 0;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.on {
	background-color: #FFF283;
}

#playerHolder {
	position: relative;
}

#movieSubs {
    bottom: 40px;
    color: #FFFFFF;
    font-size: 18pt;
    height: 45px;
    position: absolute;
    width: 640px;
    z-index: 1000;
    text-shadow: black 0.1em 0.1em 0.1em;
	text-align: center;
}
