.ctr_videoCpanel .ctr_video[hidden]{
	display: none;
}

.crt_videoCpanel_sig_video{
  
  	background: url('call/fw/ctr/videoCpanel/img/next.png') no-repeat center center;	
	width:25px;
	height:20px;
	cursor:pointer;
	opacity:0.8;
}

.crt_videoCpanel_ant_video{
  
 	background: url('call/fw/ctr/videoCpanel/img/prev.png') no-repeat center center;	
	width:25px;	
	height:20px;
	cursor:pointer;
	opacity:0.8;
}

.crt_videoCpanel_ant_video:hover,.crt_videoCpanel_sig_video:hover{
	opacity:1;
}


.ctr_videoCpanel_list {
	
    float: left;
    height: 241px;
    margin-top: -7px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 25px;
    width: 254px;
}


.videoCpanel_CNT.fullScreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	color: white;
	padding: 20px;
}

.videoCpanel_CNT.fullScreen .videoCpanel_CRT {
	display: table-cell;
	vertical-align: middle;
	overflow-y: auto;
	text-align: center;
}

.videoCpanel_CNT .closeFS {
	display:none;
	position: fixed;
	top: 10px;
	right: 10px;
	height: 42px;
	width: 42px;
	background: url('call/fw/ctr/videoCpanel/img/close.png') no-repeat center center;
	cursor: pointer;	
}
.videoCpanel_CNT.fullScreen .closeFS {
	display:block;
}

.videoCpanel_CNT.fullScreen label {
	display: none;
}