.playerButton:hover{
	background-color: #7f93ae;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.playerButton{
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	height: 50px;
	width: 194px;
	display: block;
	position: absolute;
	top: 23%;
	left: 45%;
	cursor: pointer;
	padding: 0 0;
	opacity: 1;
	border: 2px solid #fff;
	background-color: #0e223d;
	/*background-color: rgba(43, 51, 63, 0.7);*/
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	z-index: 9999;
}
#buttonbar button{
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	height: 45px;
	width: 100px;
	display: inline-table;
	-webkit-border-radius: 0.3em;
	background-color: #0e223d;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 0 0;
	opacity: 1;
}
#buttonbar button:hover{
	background-color: #33455e;
}