.videocontainer .selected_indicator {
	/*background: red;*/
	z-index: 1;

	position: absolute;
	box-sizing: border-box;
	border: 13px ridge #0ff0;
	border: 13px solid #0ff0;
	/*border: 10px solid #0ff;*/
	border-radius: 15px;
	top: 0;
	bottom: 0;
	width: 100%;

}
.videocontainer[data-jx_t1="technical"] .n1,
.videocontainer[data-jx_t1="technical"] .selected_indicator {
	border-color: red;
}

.videocontainer[data-jx_t1="non-technical"] .n1, 
.videocontainer[data-jx_t1="non-technical"] .selected_indicator {
	border-color: blue;
}

.sd_select[data-jx_t1="technical"]{
	background: red;
	color: #fff;

}
.sd_select[data-jx_t1="non-technical"]{
	background: blue;
	color: #fff;
} 



.nx2{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	font-size: 1.5em;

}
.nx3 {
	position: absolute;
	top: -800%;
	bottom: 0;
	background: red;
	font-size: 1.5em;
	display: none;
}


.nx3 >select > option[value="tech"]{
	/*background: red;*/
	/*background: blue;*/
}

.nx4 {

}

#vspace_filmstrip_template_v0 {
	/*opacity: 0;*/
}

.tbx_cont > .popupmenu__slider_container{
	/*display: none;*/
	position: absolute;
	/*opacity: .5;*/

}
