.container {
  width: 1100px;
  height: 400px;
}
/* tabbed menu */

#menu {
  float: right;
  padding: 0;
  padding-right: 85px;
  margin: 0;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  list-style-type: none;
}

#menu li {
  display: inline;
}

#menu li input {
  min-width: 50px;
  height: 30px;
  padding: 0.2em 1em;
  background: #0000cc;
  color: #fff;
  text-decoration: none;
  float: left;
  border: 1px solid #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

#menu li input:hover {
  background: #08c;
  color: #fff;
}
/* player with playlist */

.video-js {
  width: 650px;
  height: 360px;
  float: left;
}

.myplayer {
	clear: both;
	width: 100%;
	height: 100%;
	position: relative;
}

.vjs-playlist {
  width: 330px;
  height: 343px;
}

.vjs-playlist-description{display:none;}

.vjs-playlist-name{font-size: 13px;}

.button {
	background-color: #563D7C;
}

</style>
