.quality-select {
	display: none;
	width: 40px;
	position: absolute;
	bottom: 70px;
	right: 5px;
	z-index: 9999;
	
}

.quality-option {
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	color: white;
	height: 20px;
	background-color: #59A9E3;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.quality-option:hover {
	background-color: #1156A6;
	cursor: pointer;
	-webkit-box-shadow: inset 3px 3px 9px -8px rgba(255,255,255,0.75);
	-moz-box-shadow: inset 3px 3px 9px -8px rgba(255,255,255,0.75);
	box-shadow: inset 3px 3px 9px -8px rgba(255,255,255,0.75);
}

.quality-option.active {
	background-color: #1156A6;
	-webkit-box-shadow: inset 2px 2px 9px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 9px -8px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 9px -8px rgba(0,0,0,0.75);
}

.vjs-big-play-button {
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}