/*vjc 011516 v1*/
/*csslint box-sizing: false*/
/*csslint known-properties: false*/



.stage {
  position: relative;
  height: 418px;
  width: 970px;
  z-index: 0;
  right: auto;
  bottom: auto;
  overflow: hidden;
  text-overflow: clip;
  background-color: #fff;
  cursor: pointer;
}

.collapsed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.bnr{
  position: relative;
  height: 90px;
  width: 970px;
  z-index: 0;
  right: auto;
  bottom: auto;
  overflow: hidden;
  text-overflow: clip;
  background-color: #fff;
  cursor: pointer;

    
}

.expanded {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.video-wrap {
	position: absolute;
	top: 90px;
	left: 258px;
	z-index: 500;
	width: 454px;
	height: 256px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.video-js .vjs-big-play-button {
	display: none;
}

.closeBtn{
    position: absolute;
    left:935px;
    top:10px;
    cursor:pointer;
    opacity: 0;
  
}

.cta{
    position: absolute;
    left: 360px;
    top: 365px;
    width:255px;
    height:42px;
    cursor:pointer;
    opacity: 0;
  
}

.ctaBnr{
    position: absolute;
    left: 700px;
    top: 30px;
    width:255px;
    height:42px;
    cursor:pointer;
    opacity: 0;
   
  
}

#prAutoPnlVidGeneral {
	position: absolute;
    top: 99px;
    left: 268px;
    height: 212px;
    width: 454px;
    cursor: pointer;
    background-color: #C2BCBC;
    opacity: 0;
}

#prUIPnlVidGeneral {
	position: absolute;
    top: 99px;
    left: 268px;
    height: 212px;
    width: 454px;
    cursor: pointer;
    background-color: #C2BCBC;
    opacity: 0;
}