.wrapper-plugin-video {
	width: 800px;
	min-height: 360px;
}

.video-panel {
	position: relative;
	width: 800px;
	min-height: 325px;
}

.session {
	position: absolute;
	width: 800px;
	height: 325px;
	top: 0;
	left: 0;
}

.video-session {
	position: absolute;
	width: 800px;
	height: 325px;
	top: 0;
	left: 0;
}

.panels-tab {
	background: #141414;
	position: relative;
	min-height: 150px;
	overflow: scroll;
}

.switch-panel {
	background: #141414;
	width: 700px;
	min-height: 35px;
	border-top: 1px solid #1e1e1e;
}

.panel-tab-back {
	background: #141414;
	position: absolute;
	width: 700px;
	height: 35px;
	top: 0;
	border-bottom: 1px solid #1e1e1e;
	color: #696969;
	line-height: 35px;
	text-align: center;
}

.panel-tab-back:hover {
	cursor: pointer;
	color: #fff;
}

.general-tab {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
}

.general-tab > span{
	display: block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #696969;
	border-left: 1px solid #363636;
	border-right: 1px solid #090909;
}

.tab-panel {
	background: #141414;
	width: 100%;
	min-height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.tab-panel > span {
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	color: #696969;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #090909;
}

.tab-panel > span:hover,
.general-tab > span:hover {
	cursor: pointer;
	color: #fff;
}

.tab-panel > span.active {
	color: #fff;
}

.tab-panel > span:last-child,
.general-tab > span:last-child {
	border-bottom: none;
}