/******************/
/*  GS_CAM STYLE  */
/******************/
#CAM_TextFrame {
	position: fixed;
	width: 92%;
	height: 23%;
	top: 70%;
	left: 3%;
	background: rgba(51,51,51,0.7);
	z-index: 1000;
	display: none;
	cursor: pointer;
	color: #CCC;
	font-size: 35px;
    font-family: 'edmondsans_mediumregular';
	padding: 1%;
}

#CAM{
	position:absolute;
	width: 480px;
	height: 270px;
	top: 0px;
	left: 0px;
}

.CAMdebug{
	background: rgba(255, 255, 255, 0.3);
	z-index: 9999;
}

#CAMStats {
	position: fixed;
	width: 590px;
	height: 20px;
	bottom: 40px;
	left: 20px;
	z-index: 9998;
	color: #FFF;
	text-align: left;
	background: #333;
}